Uses of Class
com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel.MissingValueStrategy
-
Packages that use PMMLTreeModel.MissingValueStrategy Package Description com.pervasive.datarush.analytics.decisiontree Provides PMML model classes for decision trees. -
-
Uses of PMMLTreeModel.MissingValueStrategy in com.pervasive.datarush.analytics.decisiontree
Methods in com.pervasive.datarush.analytics.decisiontree that return PMMLTreeModel.MissingValueStrategy Modifier and Type Method Description PMMLTreeModel.MissingValueStrategy
PMMLTreeModel. getMissingValueStrategy()
Returns the "missingValueStrategy" attribute for the model.static PMMLTreeModel.MissingValueStrategy
PMMLTreeModel.MissingValueStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static PMMLTreeModel.MissingValueStrategy[]
PMMLTreeModel.MissingValueStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.analytics.decisiontree with parameters of type PMMLTreeModel.MissingValueStrategy Modifier and Type Method Description void
PMMLTreeModel. setMissingValueStrategy(PMMLTreeModel.MissingValueStrategy missingValueStrategy)
Sets the "missingValueStrategy" attribute for the model.
-