edu.udo.cs.yale.operator.performance
Class SimpleAccuracy
java.lang.Object
edu.udo.cs.yale.operator.AbstractIOObject
edu.udo.cs.yale.operator.ResultObjectAdapter
edu.udo.cs.yale.tools.math.Averagable
edu.udo.cs.yale.operator.performance.PerformanceCriterion
edu.udo.cs.yale.operator.performance.MeasuredPerformance
edu.udo.cs.yale.operator.performance.SimpleCriterion
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
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.tools.math.Averagable |
buildAverage, clone, formatDeviation, formatPercent, formatValue, getAverage, getMakroAverage, getMakroStandardDeviation, getMakroVariance, getMikroStandardDeviation, getStandardDeviation, getVariance, toHTML, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SimpleAccuracy
public SimpleAccuracy(java.lang.String x)
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