Uses of Class
org.dmg.pmml.tree.TreeModel.SplitCharacteristic
-
Packages that use TreeModel.SplitCharacteristic Package Description org.dmg.pmml.tree -
-
Uses of TreeModel.SplitCharacteristic in org.dmg.pmml.tree
Methods in org.dmg.pmml.tree that return TreeModel.SplitCharacteristic Modifier and Type Method Description static TreeModel.SplitCharacteristicTreeModel.SplitCharacteristic. fromValue(java.lang.String v)TreeModel.SplitCharacteristicDecisionTree. getSplitCharacteristic()TreeModel.SplitCharacteristicHasNode. getSplitCharacteristic()TreeModel.SplitCharacteristicTreeModel. getSplitCharacteristic()static TreeModel.SplitCharacteristicTreeModel.SplitCharacteristic. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TreeModel.SplitCharacteristic[]TreeModel.SplitCharacteristic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.tree with parameters of type TreeModel.SplitCharacteristic Modifier and Type Method Description DecisionTreeDecisionTree. setSplitCharacteristic(TreeModel.SplitCharacteristic splitCharacteristic)EHasNode. setSplitCharacteristic(TreeModel.SplitCharacteristic splitCharacteristic)TreeModelTreeModel. setSplitCharacteristic(TreeModel.SplitCharacteristic splitCharacteristic)
-