Uses of Interface
moa.classifiers.rules.core.Predicate
-
Packages that use Predicate Package Description moa.classifiers.multilabel.trees moa.classifiers.rules.core moa.classifiers.rules.core.conditionaltests moa.classifiers.rules.multilabel.core -
-
Uses of Predicate in moa.classifiers.multilabel.trees
Fields in moa.classifiers.multilabel.trees declared as Predicate Modifier and Type Field Description Predicate
ISOUPTree.SplitNode. predicate
Methods in moa.classifiers.multilabel.trees with parameters of type Predicate Modifier and Type Method Description protected ISOUPTree.SplitNode
ISOUPTree. newSplitNode(Predicate predicate)
Constructors in moa.classifiers.multilabel.trees with parameters of type Predicate Constructor Description SplitNode(Predicate predicate, ISOUPTree tree)
Create a new SplitNode -
Uses of Predicate in moa.classifiers.rules.core
Classes in moa.classifiers.rules.core that implement Predicate Modifier and Type Class Description class
NominalRulePredicate
Class that contains the literal information for a nominal variableclass
NumericRulePredicate
Class that contains the literal information for a numerical variable -
Uses of Predicate in moa.classifiers.rules.core.conditionaltests
Classes in moa.classifiers.rules.core.conditionaltests that implement Predicate Modifier and Type Class Description class
NominalAttributeBinaryRulePredicate
Nominal binary conditional test for instances to use to split nodes in rules.class
NumericAttributeBinaryRulePredicate
Numeric binary conditional test for instances to use to split nodes in AMRules. -
Uses of Predicate in moa.classifiers.rules.multilabel.core
Fields in moa.classifiers.rules.multilabel.core declared as Predicate Modifier and Type Field Description Predicate
AttributeExpansionSuggestion. predicate
protected Predicate
Literal. predicate
Methods in moa.classifiers.rules.multilabel.core that return Predicate Modifier and Type Method Description Predicate
AttributeExpansionSuggestion. getPredicate()
Methods in moa.classifiers.rules.multilabel.core with parameters of type Predicate Modifier and Type Method Description void
AttributeExpansionSuggestion. setPredicate(Predicate predicate)
Constructors in moa.classifiers.rules.multilabel.core with parameters of type Predicate Constructor Description AttributeExpansionSuggestion(Predicate predicate, DoubleVector[][] resultingNodeStatistics, double merit)
Literal(Predicate predicate)
-