Uses of Enum Class
weka.core.pmml.jaxbbindings.SVMCLASSIFICATIONMETHOD
-
Uses of SVMCLASSIFICATIONMETHOD in weka.core.pmml.jaxbbindings
Modifier and TypeMethodDescriptionstatic SVMCLASSIFICATIONMETHOD
SupportVectorMachineModel.getClassificationMethod()
Gets the value of the classificationMethod property.static SVMCLASSIFICATIONMETHOD
Returns the enum constant of this class with the specified name.static SVMCLASSIFICATIONMETHOD[]
SVMCLASSIFICATIONMETHOD.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SupportVectorMachineModel.setClassificationMethod
(SVMCLASSIFICATIONMETHOD value) Sets the value of the classificationMethod property.