Module datarush.analytics
Package com.pervasive.datarush.analytics.decisiontree
Provides PMML model classes for decision trees.
-
Class Summary Class Description CompoundPredicate Corresponds to theCompoundPredicate
PMML element.ConstantPredicate Corresponds to theTrue
andFalse
PMML elements.PMMLTreeModel PMML TreeModel.Predicate Parent class for all of the PMML predicates.ScoreDistribution Corresponds to the PMMLScoreDistribution
element.SimplePredicate Corresponds to the PMMLSimplePredicate
element.SimpleSetPredicate Corresponds to the PMMLSimpleSetPredicate
element.TreeNode Corresponds to the PMMLNode
element. -
Enum Summary Enum Description CompoundPredicate.Operator Enumeration of allowed values for the "booleanOperator" attribute.PMMLTreeModel.MissingValueStrategy Corresponds to the PMMLMISSING-VALUE-STRATEGY
enumeration.PMMLTreeModel.NoTrueChildStrategy Corresponds to the PMMLNO-TRUE-CHILD-STRATEGY
enumeration.PMMLTreeModel.SplitCharacteristic Corresponds to the PMMLsplitCharacteristic
enumeration.SimplePredicate.Operator Enumeration of allowed values for the "operator" attribute.SimpleSetPredicate.Operator Enumeration of allowed values for the "booleanOperator" attribute.