Uses of Enum Class
weka.core.pmml.jaxbbindings.MULTIPLEMODELMETHOD
Packages that use MULTIPLEMODELMETHOD
-
Uses of MULTIPLEMODELMETHOD in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return MULTIPLEMODELMETHODModifier and TypeMethodDescriptionstatic MULTIPLEMODELMETHOD
Segmentation.getMultipleModelMethod()
Gets the value of the multipleModelMethod property.static MULTIPLEMODELMETHOD
Returns the enum constant of this class with the specified name.static MULTIPLEMODELMETHOD[]
MULTIPLEMODELMETHOD.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 MULTIPLEMODELMETHODModifier and TypeMethodDescriptionvoid
Segmentation.setMultipleModelMethod
(MULTIPLEMODELMETHOD value) Sets the value of the multipleModelMethod property.