Uses of Enum Class
weka.core.pmml.jaxbbindings.SVMCLASSIFICATIONMETHOD
Packages that use SVMCLASSIFICATIONMETHOD
-
Uses of SVMCLASSIFICATIONMETHOD in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return SVMCLASSIFICATIONMETHODModifier 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.Methods in weka.core.pmml.jaxbbindings with parameters of type SVMCLASSIFICATIONMETHODModifier and TypeMethodDescriptionvoid
SupportVectorMachineModel.setClassificationMethod
(SVMCLASSIFICATIONMETHOD value) Sets the value of the classificationMethod property.