|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
com.rapidminer.operator.learner.meta.AdaBoostPerformanceMeasures
public class AdaBoostPerformanceMeasures
Helper class for the internal AdaBoost implementation.
| Field Summary |
|---|
| Fields inherited from class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures |
|---|
RULE_DOES_NOT_APPLY |
| Constructor Summary | |
|---|---|
AdaBoostPerformanceMeasures(ExampleSet exampleSet)
|
|
| Method Summary | |
|---|---|
double |
getErrorRate()
|
double |
reweightExamples(ExampleSet exampleSet)
This method reweights the example set with respect to the performance measures. |
| Methods inherited from class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures |
|---|
createLiftRatioMatrix, getContingencyMatrix, getCoveredExamplesNumForPred, getLabelPriors, getLift, getNumberOfLabels, getNumberOfNonEmptyClasses, getNumberOfPredictions, getPnRatios, getProbability, getProbabilityLabel, getProbabilityPrediction, reweightExamples |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdaBoostPerformanceMeasures(ExampleSet exampleSet)
throws OperatorException
exampleSet -
OperatorException| Method Detail |
|---|
public double getErrorRate()
public double reweightExamples(ExampleSet exampleSet)
throws OperatorException
exampleSet - ExampleSet to be reweighted
OperatorException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||