edu.udo.cs.yale.operator.performance
Class SimpleAccuracy

java.lang.Object
  extended by edu.udo.cs.yale.operator.AbstractIOObject
      extended by edu.udo.cs.yale.operator.ResultObjectAdapter
          extended by edu.udo.cs.yale.tools.math.Averagable
              extended by edu.udo.cs.yale.operator.performance.PerformanceCriterion
                  extended by edu.udo.cs.yale.operator.performance.MeasuredPerformance
                      extended by edu.udo.cs.yale.operator.performance.SimpleCriterion
                          extended by edu.udo.cs.yale.operator.performance.SimpleAccuracy
All Implemented Interfaces:
IOObject, ResultObject, java.lang.Cloneable, java.lang.Comparable<Averagable>

public class SimpleAccuracy
extends SimpleCriterion

This class calculates the accuracy without determining the complete contingency table. This criterion should be used if several different accuracy measurements are averaged. The usual accuracy criterion cannot be used in cases where the number of classes differ.

Version:
$Id: SimpleAccuracy.java,v 1.6 2006/08/03 14:39:30 ingomierswa Exp $
Author:
Michael Wurst

Constructor Summary
SimpleAccuracy(java.lang.String x)
           
 
Method Summary
 double countExample(double label, double predictedLabel)
          Subclasses must count the example and return the value to sum up.
 java.lang.String getDescription()
          Returns a description of the performance criterion.
 java.lang.String getName()
          Returns the name of this averagable.
 
Methods inherited from class edu.udo.cs.yale.operator.performance.SimpleCriterion
buildSingleAverage, cloneAveragable, countExample, countExample, getExampleCount, getFitness, getMikroAverage, getMikroVariance, readCriterionData, startCounting, transform, writeCriterionData
 
Methods inherited from class edu.udo.cs.yale.operator.performance.PerformanceCriterion
compareTo, getMaxFitness, readPerformanceCriterion, writePerformanceCriterion
 
Methods inherited from class edu.udo.cs.yale.tools.math.Averagable
buildAverage, clone, formatDeviation, formatPercent, formatValue, getAverage, getMakroAverage, getMakroStandardDeviation, getMakroVariance, getMikroStandardDeviation, getStandardDeviation, getVariance, toHTML, toString
 
Methods inherited from class edu.udo.cs.yale.operator.ResultObjectAdapter
addAction, getActions, getVisualisationComponent, toHTML, toResultString
 
Methods inherited from class edu.udo.cs.yale.operator.AbstractIOObject
copy, read, read, read, write, write
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.udo.cs.yale.operator.IOObject
copy, write, write
 

Constructor Detail

SimpleAccuracy

public SimpleAccuracy(java.lang.String x)
Method Detail

countExample

public double countExample(double label,
                           double predictedLabel)
Description copied from class: SimpleCriterion
Subclasses must count the example and return the value to sum up.

Specified by:
countExample in class SimpleCriterion


getName

public java.lang.String getName()
Description copied from class: Averagable
Returns the name of this averagable.

Specified by:
getName in interface ResultObject
Specified by:
getName in class Averagable


getDescription

public java.lang.String getDescription()
Description copied from class: MeasuredPerformance
Returns a description of the performance criterion.

Specified by:
getDescription in class MeasuredPerformance



Copyright © 2001-2006