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