Uses of Class
com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel.SplitCharacteristic
-
Packages that use PMMLTreeModel.SplitCharacteristic Package Description com.pervasive.datarush.analytics.decisiontree Provides PMML model classes for decision trees. -
-
Uses of PMMLTreeModel.SplitCharacteristic in com.pervasive.datarush.analytics.decisiontree
Methods in com.pervasive.datarush.analytics.decisiontree that return PMMLTreeModel.SplitCharacteristic Modifier and Type Method Description PMMLTreeModel.SplitCharacteristicPMMLTreeModel. getSplitCharacteristic()Returns the "splitCharacteristic" attribute for the model.static PMMLTreeModel.SplitCharacteristicPMMLTreeModel.SplitCharacteristic. valueOf(String name)Returns the enum constant of this type with the specified name.static PMMLTreeModel.SplitCharacteristic[]PMMLTreeModel.SplitCharacteristic. 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.SplitCharacteristic Modifier and Type Method Description voidPMMLTreeModel. setSplitCharacteristic(PMMLTreeModel.SplitCharacteristic splitCharacteristic)Sets the "splitCharacteristic" attribute for the model.
-