|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.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
public abstract class PerformanceCriterion
Each PerformanceCriterion contains a method to compute this
criterion on a given set of examples, each which has to have a real and a
predicted label.
PerformanceCriteria must implement the compareTo method in a way
that allows Collections to sort the criteria in ascending order
and determine the best as the maximum.
Please note that each performance criterion must provide an empty constructor
to load the automatic loading and creation of performance criteria.
Constructor Summary | |
---|---|
PerformanceCriterion()
|
Method Summary | |
---|---|
int |
compareTo(Averagable o)
The semantics of this method follow the specification in the interface java.lang.Comparable in the following way: Two objects of this class are equal if their getFitness() values are equal. |
abstract int |
getExampleCount()
Returns the number of data points which was used to determine the criterion value. |
abstract double |
getFitness()
Returns the fitness depending on the value. |
double |
getMaxFitness()
Returns the maximum fitness. |
abstract void |
readCriterionData(java.io.BufferedReader in)
Reads the performance data from the given reader. |
static PerformanceCriterion |
readPerformanceCriterion(java.io.BufferedReader in)
|
abstract void |
writeCriterionData(java.io.PrintWriter out)
Writes the performance criterion into the given writer. |
void |
writePerformanceCriterion(java.io.PrintWriter out)
Writes the performance criterion into the given writer. |
Methods inherited from class edu.udo.cs.yale.tools.math.Averagable |
---|
buildAverage, buildSingleAverage, clone, cloneAveragable, formatDeviation, formatPercent, formatValue, getAverage, getMakroAverage, getMakroStandardDeviation, getMakroVariance, getMikroAverage, getMikroStandardDeviation, getMikroVariance, getName, 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 |
---|
public PerformanceCriterion()
Method Detail |
---|
public abstract int getExampleCount()
public abstract double getFitness()
public abstract void writeCriterionData(java.io.PrintWriter out) throws java.io.IOException
java.io.IOException
public abstract void readCriterionData(java.io.BufferedReader in) throws java.io.IOException
java.io.IOException
public double getMaxFitness()
public int compareTo(Averagable o)
o
- Object of this class to compare this object to.
public void writePerformanceCriterion(java.io.PrintWriter out) throws java.io.IOException
java.io.IOException
public static PerformanceCriterion readPerformanceCriterion(java.io.BufferedReader in) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |