Uses of Class
startup.ClassificationAction.CLASSIFIERS

Packages that use ClassificationAction.CLASSIFIERS
classifier   
startup   
util   
 

Uses of ClassificationAction.CLASSIFIERS in classifier
 

Fields in classifier declared as ClassificationAction.CLASSIFIERS
 ClassificationAction.CLASSIFIERS SVMOptions.classifier
          The type of classifier.
 

Uses of ClassificationAction.CLASSIFIERS in startup
 

Methods in startup that return ClassificationAction.CLASSIFIERS
 ClassificationAction.CLASSIFIERS ClassificationAction.getClassifier_type()
           
static ClassificationAction.CLASSIFIERS ClassificationAction.CLASSIFIERS.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClassificationAction.CLASSIFIERS[] ClassificationAction.CLASSIFIERS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in startup with parameters of type ClassificationAction.CLASSIFIERS
 Classifier ClassificationAction.chooseClassifier(ClassificationAction.CLASSIFIERS cl)
          This method creates the right classifier implementation that implements the Classifier interface, according to the chosen enumeration.
 void ClassificationAction.setClassifier_type(ClassificationAction.CLASSIFIERS classifier_type)
           
 

Uses of ClassificationAction.CLASSIFIERS in util
 

Methods in util that return ClassificationAction.CLASSIFIERS
 ClassificationAction.CLASSIFIERS SVMUtil.getSvmType()
           
 

Methods in util with parameters of type ClassificationAction.CLASSIFIERS
 void SVMUtil.setSvmType(ClassificationAction.CLASSIFIERS svmType)