Uses of Class
com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel.NoTrueChildStrategy
-
Packages that use PMMLTreeModel.NoTrueChildStrategy Package Description com.pervasive.datarush.analytics.decisiontree 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.NoTrueChildStrategy Modifier and Type Method Description PMMLTreeModel.NoTrueChildStrategyPMMLTreeModel. getNoTrueChildStrategy()Returns the "noTrueChildStrategy" attribute for the model.static PMMLTreeModel.NoTrueChildStrategyPMMLTreeModel.NoTrueChildStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static PMMLTreeModel.NoTrueChildStrategy[]PMMLTreeModel.NoTrueChildStrategy. 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.NoTrueChildStrategy Modifier and Type Method Description voidPMMLTreeModel. setNoTrueChildStrategy(PMMLTreeModel.NoTrueChildStrategy noTrueChildStrategy)Sets the "noTrueChildStrategy" attribute for the model.
-