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