|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.learner.rules.AbstractCriterion
com.rapidminer.operator.learner.rules.AccuracyCriterion
public class AccuracyCriterion
Calculates the accuracy benefit.
| Field Summary |
|---|
| Fields inherited from class com.rapidminer.operator.learner.rules.AbstractCriterion |
|---|
labelAttribute, labelWeights, totalLabelWeights, totalWeight, weight, weightAttribute |
| Constructor Summary | |
|---|---|
AccuracyCriterion()
|
|
| Method Summary | |
|---|---|
double[] |
getBenefit(ExampleSet coveredSet,
ExampleSet uncoveredSet,
java.lang.String labelName)
|
double[] |
getOnlineBenefit(Example example,
int labelIndex)
|
| Methods inherited from class com.rapidminer.operator.learner.rules.AbstractCriterion |
|---|
getOnlineBenefit, reinitOnlineCounting, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccuracyCriterion()
| Method Detail |
|---|
public double[] getBenefit(ExampleSet coveredSet,
ExampleSet uncoveredSet,
java.lang.String labelName)
public double[] getOnlineBenefit(Example example,
int labelIndex)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||