Uses of Interface
classifier.ClassifierOptions

Packages that use ClassifierOptions
classifier   
 

Uses of ClassifierOptions in classifier
 

Classes in classifier that implement ClassifierOptions
 class SVMOptions
          Class defining various classifier options that are specific to Support vector machines.
 

Methods in classifier with parameters of type ClassifierOptions
 void WekaSVM.setOptions(ClassifierOptions options)
          Changes the various options of this classifier.
 void Classifier.setOptions(ClassifierOptions options)
          Changes the various options of this classifier.