Uses of Enum Class
weka.core.pmml.jaxbbindings.CATSCORINGMETHOD
Packages that use CATSCORINGMETHOD
-
Uses of CATSCORINGMETHOD in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return CATSCORINGMETHODModifier 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.Methods in weka.core.pmml.jaxbbindings with parameters of type CATSCORINGMETHODModifier and TypeMethodDescriptionvoid
NearestNeighborModel.setCategoricalScoringMethod
(CATSCORINGMETHOD value) Sets the value of the categoricalScoringMethod property.