Uses of Enum Class
weka.core.pmml.jaxbbindings.MISSINGVALUESTRATEGY
Packages that use MISSINGVALUESTRATEGY
-
Uses of MISSINGVALUESTRATEGY in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return MISSINGVALUESTRATEGYModifier 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.Methods in weka.core.pmml.jaxbbindings with parameters of type MISSINGVALUESTRATEGYModifier 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.