Package classifier

Interface Summary
Classifier This interface defines all the necessary methods that a classifier should conform to, in order to be compatible with FunSiP.
ClassifierOptions Super interface which defines the use of implementation specific classifier options.
 

Class Summary
SVMOptions Class defining various classifier options that are specific to Support vector machines.
WekaSVM This class represents the implementation of the classifier interface, suited to be used with the SMO (SVM) implementation of the WEKA(TM) machine learning library.
 

Enum Summary
Classifier.DATA_TYPE The possible types of data: POSITIVE_DATA indicates that the source is positive training data.
SVMOptions.KERNEL_TYPE The different kernel functions.