Uses of Enum Class
com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel.SplitCharacteristic
Packages that use PMMLTreeModel.SplitCharacteristic
Package
Description
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.SplitCharacteristicModifier and TypeMethodDescriptionPMMLTreeModel.getSplitCharacteristic()Returns the "splitCharacteristic" attribute for the model.Returns the enum constant of this class with the specified name.static PMMLTreeModel.SplitCharacteristic[]PMMLTreeModel.SplitCharacteristic.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.SplitCharacteristicModifier and TypeMethodDescriptionfinal voidPMMLTreeModel.setSplitCharacteristic(PMMLTreeModel.SplitCharacteristic splitCharacteristic) Sets the "splitCharacteristic" attribute for the model.