Uses of Enum Class
weka.core.pmml.jaxbbindings.MISSINGVALUESTRATEGY
-
Uses of MISSINGVALUESTRATEGY in weka.core.pmml.jaxbbindings
Modifier and TypeMethodDescriptionstatic MISSINGVALUESTRATEGY
DecisionTree.getMissingValueStrategy()
Gets the value of the missingValueStrategy property.TreeModel.getMissingValueStrategy()
Gets the value of the missingValueStrategy property.static MISSINGVALUESTRATEGY
Returns the enum constant of this class with the specified name.static MISSINGVALUESTRATEGY[]
MISSINGVALUESTRATEGY.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
DecisionTree.setMissingValueStrategy
(MISSINGVALUESTRATEGY value) Sets the value of the missingValueStrategy property.void
TreeModel.setMissingValueStrategy
(MISSINGVALUESTRATEGY value) Sets the value of the missingValueStrategy property.