Class SupportVectorMachine
java.lang.Object
org.tweetyproject.machinelearning.svm.SupportVectorMachine
- All Implemented Interfaces:
Classifier
Realizes a support vector machine classifier utilizing LIBSVM.
- Author:
- Matthias Thimm
-
Method Summary
-
Method Details
-
classify
Description copied from interface:Classifier
Classifies the given observation.- Specified by:
classify
in interfaceClassifier
- Parameters:
obs
- some observation.- Returns:
- The category of the observation.
-