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.NoTrueChildStrategy
PMMLTreeModel. getNoTrueChildStrategy()
Returns the "noTrueChildStrategy" attribute for the model.static PMMLTreeModel.NoTrueChildStrategy
PMMLTreeModel.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 void
PMMLTreeModel. setNoTrueChildStrategy(PMMLTreeModel.NoTrueChildStrategy noTrueChildStrategy)
Sets the "noTrueChildStrategy" attribute for the model.
-