Package | Description |
---|---|
moa.classifiers.multilabel.trees | |
moa.classifiers.rules.core | |
moa.classifiers.rules.core.conditionaltests | |
moa.classifiers.rules.multilabel.core |
Modifier and Type | Field and Description |
---|---|
protected Predicate |
ISOUPTree.SplitNode.predicate |
Modifier and Type | Method and Description |
---|---|
protected ISOUPTree.SplitNode |
ISOUPTree.newSplitNode(Predicate predicate) |
Constructor and Description |
---|
SplitNode(Predicate predicate,
ISOUPTree tree)
Create a new SplitNode
|
Modifier and Type | Class and Description |
---|---|
class |
NominalRulePredicate
Class that contains the literal information for a nominal variable
|
class |
NumericRulePredicate
Class that contains the literal information for a numerical variable
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
Predicate |
AttributeExpansionSuggestion.predicate |
protected Predicate |
Literal.predicate |
Modifier and Type | Method and Description |
---|---|
Predicate |
AttributeExpansionSuggestion.getPredicate() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeExpansionSuggestion.setPredicate(Predicate predicate) |
Constructor and Description |
---|
AttributeExpansionSuggestion(Predicate predicate,
DoubleVector[][] resultingNodeStatistics,
double merit) |
Literal(Predicate predicate) |
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.