Uses of Enum Class
com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel.MissingValueStrategy
Packages that use PMMLTreeModel.MissingValueStrategy
Package
Description
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.MissingValueStrategyModifier and TypeMethodDescriptionPMMLTreeModel.getMissingValueStrategy()Returns the "missingValueStrategy" attribute for the model.Returns the enum constant of this class with the specified name.static PMMLTreeModel.MissingValueStrategy[]PMMLTreeModel.MissingValueStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.analytics.decisiontree with parameters of type PMMLTreeModel.MissingValueStrategyModifier and TypeMethodDescriptionfinal voidPMMLTreeModel.setMissingValueStrategy(PMMLTreeModel.MissingValueStrategy missingValueStrategy) Sets the "missingValueStrategy" attribute for the model.