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