|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
edu.udo.cs.yale.operator.learner.meta.AdaBoostPerformanceMeasures
public class AdaBoostPerformanceMeasures
Helper class for the internal AdaBoost implementation.
Field Summary | |
---|---|
private double |
errorRate
|
Fields inherited from class edu.udo.cs.yale.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 edu.udo.cs.yale.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 |
Field Detail |
---|
private final double errorRate
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 |