Uses of Interface
org.dmg.pmml.HasPredicate
-
Packages that use HasPredicate Package Description org.dmg.pmml org.dmg.pmml.mining org.dmg.pmml.rule_set org.dmg.pmml.scorecard org.dmg.pmml.tree -
-
Uses of HasPredicate in org.dmg.pmml
Classes in org.dmg.pmml with type parameters of type HasPredicate Modifier and Type Interface Description interfaceHasPredicate<E extends PMMLObject & HasPredicate<E>> -
Uses of HasPredicate in org.dmg.pmml.mining
Classes in org.dmg.pmml.mining that implement HasPredicate Modifier and Type Class Description classSegment -
Uses of HasPredicate in org.dmg.pmml.rule_set
Classes in org.dmg.pmml.rule_set that implement HasPredicate Modifier and Type Class Description classCompoundRuleclassRuleclassSimpleRule -
Uses of HasPredicate in org.dmg.pmml.scorecard
Classes in org.dmg.pmml.scorecard that implement HasPredicate Modifier and Type Class Description classAttribute -
Uses of HasPredicate in org.dmg.pmml.tree
Classes in org.dmg.pmml.tree that implement HasPredicate Modifier and Type Class Description classBranchNodeclassClassifierNodeclassComplexNodeclassCountingBranchNodeclassCountingLeafNodeclassLeafNodeclassNodeclassSimpleNode
-