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