edu.udo.cs.yale.operator.learner.igss.utility
Class Accuracy

java.lang.Object
  extended by edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
      extended by edu.udo.cs.yale.operator.learner.igss.utility.InstanceAveraging
          extended by edu.udo.cs.yale.operator.learner.igss.utility.Accuracy
All Implemented Interfaces:
Utility

public class Accuracy
extends InstanceAveraging

The instance-averaging utility function Accuracy.

Version:
$Id: Accuracy.java,v 1.1 2006/10/02 16:07:49 ingomierswa Exp $
Author:
Dirk Dach

Field Summary
 
Fields inherited from class edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
large, priors
 
Fields inherited from interface edu.udo.cs.yale.operator.learner.igss.utility.Utility
FIRST_TYPE_INDEX, LAST_TYPE_INDEX, TYPE_ACCURACY, TYPE_BINOMIAL, TYPE_LINEAR, TYPE_SQUARED, TYPE_WRACC, UTILITY_TYPES
 
Constructor Summary
Accuracy(double[] priors, int large)
          Constructs a new Accuracy 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 totalExampleWeight, 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 edu.udo.cs.yale.operator.learner.igss.utility.InstanceAveraging
conf, conf, confidenceIntervall, confSmallM
 
Methods inherited from class edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
calculateM, confidenceIntervall, inverseNormal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Accuracy

public Accuracy(double[] priors,
                int large)
Constructs a new Accuracy with the given default probability.

Method Detail

utility

public double utility(double totalExampleWeight,
                      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