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 SVMCLASSIFICATIONMETHODSupportVectorMachineModel.getClassificationMethod()Gets the value of the classificationMethod property.static SVMCLASSIFICATIONMETHODReturns 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 TypeMethodDescriptionvoidSupportVectorMachineModel.setClassificationMethod(SVMCLASSIFICATIONMETHOD value) Sets the value of the classificationMethod property.