edu.udo.cs.yale.operator.learner.meta
Class SDReweightMeasures
java.lang.Object
edu.udo.cs.yale.operator.learner.meta.WeightedPerformanceMeasures
edu.udo.cs.yale.operator.learner.meta.SDReweightMeasures
public class SDReweightMeasures
- extends WeightedPerformanceMeasures
A set of weighted performance measures used for subgroup discovery.
- Version:
- $Id: SDReweightMeasures.java,v 1.11 2006/03/21 15:35:48 ingomierswa
Exp $
- Author:
- Martin Scholz
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 |
gamma
private double gamma
additive
private boolean additive
SDReweightMeasures
public SDReweightMeasures(ExampleSet e)
throws OperatorException
- Throws:
OperatorException
reweightExamples
public boolean reweightExamples(ExampleSet exampleSet,
int posIndex,
int coveredSubset)
throws OperatorException
- Overwrites method from super class. Examples are reweighted by the
additive or multiplicative heuristic. After reweighting the class priors
are rescaled so that P(pos) = P(neg).
- Throws:
OperatorException
reweightAdd
private double reweightAdd(double w,
int timesCovered)
reweightMult
private double reweightMult(double w)
setGamma
public void setGamma(double gamma)
setAdditive
public void setAdditive(boolean additive)
Copyright © 2001-2006