Uses of Enum Class
com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel.NoTrueChildStrategy
Packages that use PMMLTreeModel.NoTrueChildStrategy
Package
Description
Provides PMML model classes for decision trees.
-
Uses of PMMLTreeModel.NoTrueChildStrategy in com.pervasive.datarush.analytics.decisiontree
Methods in com.pervasive.datarush.analytics.decisiontree that return PMMLTreeModel.NoTrueChildStrategyModifier and TypeMethodDescriptionPMMLTreeModel.getNoTrueChildStrategy()Returns the "noTrueChildStrategy" attribute for the model.Returns the enum constant of this class with the specified name.static PMMLTreeModel.NoTrueChildStrategy[]PMMLTreeModel.NoTrueChildStrategy.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.NoTrueChildStrategyModifier and TypeMethodDescriptionfinal voidPMMLTreeModel.setNoTrueChildStrategy(PMMLTreeModel.NoTrueChildStrategy noTrueChildStrategy) Sets the "noTrueChildStrategy" attribute for the model.