Package | Description |
---|---|
moa.classifiers.rules.featureranking | |
moa.classifiers.rules.multilabel.core |
Modifier and Type | Field and Description |
---|---|
protected HashMap<ObservableMOAObject,WeightedMajorityFeatureRanking.RuleInformation> |
WeightedMajorityFeatureRanking.ruleInformation |
protected HashMap<ObservableMOAObject,MeritFeatureRanking.RuleInformation> |
MeritFeatureRanking.ruleInformation |
protected HashMap<ObservableMOAObject,BasicFeatureRanking.RuleInformation> |
BasicFeatureRanking.ruleInformation |
Modifier and Type | Method and Description |
---|---|
void |
NoFeatureRanking.update(ObservableMOAObject o,
Object arg) |
void |
WeightedMajorityFeatureRanking.update(ObservableMOAObject o,
Object arg) |
abstract void |
AbstractFeatureRanking.update(ObservableMOAObject o,
Object arg) |
void |
MeritFeatureRanking.update(ObservableMOAObject o,
Object arg) |
void |
BasicFeatureRanking.update(ObservableMOAObject o,
Object arg) |
Modifier and Type | Class and Description |
---|---|
class |
MultiLabelRule |
class |
MultiLabelRuleClassification |
class |
MultiLabelRuleRegression |
Modifier and Type | Method and Description |
---|---|
void |
ObserverMOAObject.update(ObservableMOAObject o,
Object arg) |
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.