Module datarush.analytics
Package com.pervasive.datarush.analytics.decisiontree
Provides PMML model classes for decision trees.
-
Class Summary Class Description CompoundPredicate Corresponds to theCompoundPredicatePMML element.ConstantPredicate Corresponds to theTrueandFalsePMML elements.PMMLTreeModel PMML TreeModel.Predicate Parent class for all of the PMML predicates.ScoreDistribution Corresponds to the PMMLScoreDistributionelement.SimplePredicate Corresponds to the PMMLSimplePredicateelement.SimpleSetPredicate Corresponds to the PMMLSimpleSetPredicateelement.TreeNode Corresponds to the PMMLNodeelement. -
Enum Summary Enum Description CompoundPredicate.Operator Enumeration of allowed values for the "booleanOperator" attribute.PMMLTreeModel.MissingValueStrategy Corresponds to the PMMLMISSING-VALUE-STRATEGYenumeration.PMMLTreeModel.NoTrueChildStrategy Corresponds to the PMMLNO-TRUE-CHILD-STRATEGYenumeration.PMMLTreeModel.SplitCharacteristic Corresponds to the PMMLsplitCharacteristicenumeration.SimplePredicate.Operator Enumeration of allowed values for the "operator" attribute.SimpleSetPredicate.Operator Enumeration of allowed values for the "booleanOperator" attribute.