Uses of Enum Class
weka.core.pmml.jaxbbindings.SVMREPRESENTATION
Packages that use SVMREPRESENTATION
-
Uses of SVMREPRESENTATION in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return SVMREPRESENTATIONModifier and TypeMethodDescriptionstatic SVMREPRESENTATIONSupportVectorMachineModel.getSvmRepresentation()Gets the value of the svmRepresentation property.static SVMREPRESENTATIONReturns 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.Methods in weka.core.pmml.jaxbbindings with parameters of type SVMREPRESENTATIONModifier and TypeMethodDescriptionvoidSupportVectorMachineModel.setSvmRepresentation(SVMREPRESENTATION value) Sets the value of the svmRepresentation property.