edu.udo.cs.yale.operator.learner.igss.utility
Class Coverage
java.lang.Object
edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
edu.udo.cs.yale.operator.learner.igss.utility.InstanceAveraging
edu.udo.cs.yale.operator.learner.igss.utility.Coverage
- All Implemented Interfaces:
- Utility
public class Coverage
- extends InstanceAveraging
The instance-averaging utility function Coverage.
- Version:
- $Id: Coverage.java,v 1.1 2006/10/02 16:07:49 ingomierswa Exp $
- Author:
- Dirk Dach
Constructor Summary |
Coverage(double[] priors,
int large)
Constructs a new Coverage with the given default probability. |
Method Summary |
double |
getUpperBound(double totalWeight,
double totalPositiveWeight,
Hypothesis hypo,
double delta)
Returns an upper bound for the utility of refinements for the given hypothesis. |
double |
utility(double totalWeight,
double totalPositiveWeight,
Hypothesis hypo)
Calculates the utility for the given number of examples,positive examples and hypothesis. |
double |
variance(double totalWeight,
double totalPositiveWeight,
Hypothesis hypo)
Calculates the empirical variance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Coverage
public Coverage(double[] priors,
int large)
- Constructs a new Coverage with the given default probability.
utility
public double utility(double totalWeight,
double totalPositiveWeight,
Hypothesis hypo)
- Calculates the utility for the given number of examples,positive examples and hypothesis.
variance
public double variance(double totalWeight,
double totalPositiveWeight,
Hypothesis hypo)
- Calculates the empirical variance.
- Specified by:
variance
in class InstanceAveraging
getUpperBound
public double getUpperBound(double totalWeight,
double totalPositiveWeight,
Hypothesis hypo,
double delta)
- Returns an upper bound for the utility of refinements for the given hypothesis.
Copyright © 2001-2006