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 MISSINGVALUESTRATEGYDecisionTree.getMissingValueStrategy()Gets the value of the missingValueStrategy property.TreeModel.getMissingValueStrategy()Gets the value of the missingValueStrategy property.static MISSINGVALUESTRATEGYReturns 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 TypeMethodDescriptionvoidDecisionTree.setMissingValueStrategy(MISSINGVALUESTRATEGY value) Sets the value of the missingValueStrategy property.voidTreeModel.setMissingValueStrategy(MISSINGVALUESTRATEGY value) Sets the value of the missingValueStrategy property.