Package | Description |
---|---|
moa.classifiers.rules |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<RuleClassification> |
RuleClassifier.ruleSet |
protected ArrayList<RuleClassification> |
RuleClassifier.ruleSetAnomalies |
protected ArrayList<RuleClassification> |
RuleClassifier.ruleSetAnomaliesSupervised |
Modifier and Type | Method and Description |
---|---|
double |
RuleClassifier.computeAnomalySupervised(RuleClassification rl,
int ruleIndex,
weka.core.Instance inst) |
double |
RuleClassifier.computeAnomalyUnsupervised(RuleClassification rl,
int ruleIndex,
weka.core.Instance inst) |
void |
RuleClassifier.expandeRule(RuleClassification rl,
weka.core.Instance inst,
int ruleIndex) |
protected double |
RuleClassifier.getRuleMajorityClassIndex(RuleClassification r) |
void |
RuleClassifier.initializeRuleStatistics(RuleClassification rl,
Predicates pred,
weka.core.Instance inst) |
void |
RuleClassifier.updateRuleAttribStatistics(weka.core.Instance inst,
RuleClassification rl,
int ruleIndex) |
Constructor and Description |
---|
RuleClassification(RuleClassification x) |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.