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:ClassifierClassifies the given observation.- Specified by:
 classifyin interfaceClassifier- Parameters:
 obs- some observation.- Returns:
 - The category of the observation.
 
 
 -