|
|||||||||
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
edu.udo.cs.yale.operator.performance.MeasuredPerformance
edu.udo.cs.yale.operator.performance.AreaUnderCurve
public class AreaUnderCurve
This criterion calculates the area under the ROC curve.
Field Summary | |
---|---|
private double |
auc
The value of the AUC. |
private int |
counter
A counter for average building. |
private java.lang.String |
positiveClassName
The positive class name. |
Constructor Summary | |
---|---|
AreaUnderCurve()
Clone constructor. |
Method Summary | |
---|---|
void |
buildSingleAverage(Averagable performance)
This method should build the average of this and another averagables of the same type. |
protected void |
cloneAveragable(Averagable other)
Must be implemented by subclasses such that it copies all values of other to this . |
void |
countExample(Example example)
Does nothing. |
java.lang.String |
getDescription()
Returns a description of the performance criterion. |
int |
getExampleCount()
Returns the number of data points which was used to determine the criterion value. |
double |
getFitness()
Returns the fitness. |
double |
getMikroAverage()
Returns the (current) value of the averagable (the average itself). |
double |
getMikroVariance()
Returns the variance of the averagable. |
java.lang.String |
getName()
Returns the name of this averagable. |
void |
readCriterionData(java.io.BufferedReader in)
Reads the performance data from the given reader. |
void |
startCounting(ExampleSet exampleSet)
Calculates the AUC. |
java.lang.String |
toString()
Returns the super class implementation of toString() and adds the information about the positive class. |
void |
writeCriterionData(java.io.PrintWriter out)
Writes the performance criterion into the given writer. |
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 |
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 |
Field Detail |
---|
private double auc
private int counter
private java.lang.String positiveClassName
Constructor Detail |
---|
public AreaUnderCurve()
Method Detail |
---|
public void writeCriterionData(java.io.PrintWriter out) throws java.io.IOException
PerformanceCriterion
writeCriterionData
in class PerformanceCriterion
java.io.IOException
public void readCriterionData(java.io.BufferedReader in) throws java.io.IOException
PerformanceCriterion
readCriterionData
in class PerformanceCriterion
java.io.IOException
public void startCounting(ExampleSet exampleSet) throws OperatorException
startCounting
in class MeasuredPerformance
OperatorException
public void countExample(Example example)
startCounting(ExampleSet)
.
countExample
in class MeasuredPerformance
public int getExampleCount()
PerformanceCriterion
getExampleCount
in class PerformanceCriterion
public double getMikroVariance()
Averagable
getMikroVariance
in class Averagable
public double getMikroAverage()
Averagable
getMikroAverage
in class Averagable
public double getFitness()
getFitness
in class PerformanceCriterion
public java.lang.String getName()
Averagable
getName
in interface ResultObject
getName
in class Averagable
public java.lang.String getDescription()
MeasuredPerformance
getDescription
in class MeasuredPerformance
protected void cloneAveragable(Averagable other)
Averagable
other
to this
. When this method is called,
it is guaranteed, that other
is a subclass of the class of
the object it is called on.
cloneAveragable
in class Averagable
public void buildSingleAverage(Averagable performance)
Averagable
SimpleCriterion
for a simple
implementation example.
buildSingleAverage
in class Averagable
public java.lang.String toString()
toString
in class Averagable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |