public class MaximumCorrelationCoefficient extends MaximumNumericalTwoClassMeasure implements NumericalPerformanceMeasure
.ParameterSet.ParameterListerrorMessage, parameters, parent| Constructor and Description |
|---|
MaximumCorrelationCoefficient()
Constructs a new instance of the performance measure
MaximumCorrelationCoefficient. |
MaximumCorrelationCoefficient(StringBuffer xml)
The standard constructor for the interface
Storable. |
| Modifier and Type | Method and Description |
|---|---|
protected double |
getMeasure(double tp,
double fp,
double fn,
double tn)
This measure compute the measure for a given confusion matrix
|
protected String |
getMeasureName()
This method returns a short name of the measure without any parameters.
|
protected String |
getSpecificName()
This method returns a specific name of the measure including any parameters.
|
compute, getNamecompute, compute, computegetAllowedNumberOfClassesfindSplitIndex, findThreshold, getCollectionOfAllMeasures, getWeight, simpleWeightsclone, fromGalaxy, fromXML, getAllParameterNames, getComment, getComment, getErrorMessage, getIndex, getName, getName, getNumberOfParameters, getParameterAt, getParameterForName, getParent, hasDefaultOrIsSet, initParameterList, initParameterList, isAtomic, isComparable, parametersLoaded, reset, setParent, toGalaxy, toXMLequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, compute, compute, computegetAllowedNumberOfClasses, getNamepublic MaximumCorrelationCoefficient()
MaximumCorrelationCoefficient.public MaximumCorrelationCoefficient(StringBuffer xml) throws NonParsableException
Storable.
Constructs a MaximumCorrelationCoefficient out of an XML representation.xml - the XML representation as StringBufferNonParsableException - if the MaximumCorrelationCoefficient could not be reconstructed out of
the StringBuffer xmlprotected String getMeasureName()
MaximumNumericalTwoClassMeasuregetMeasureName in class MaximumNumericalTwoClassMeasureprotected String getSpecificName()
MaximumNumericalTwoClassMeasuregetSpecificName in class MaximumNumericalTwoClassMeasureprotected double getMeasure(double tp,
double fp,
double fn,
double tn)
MaximumNumericalTwoClassMeasuregetMeasure in class MaximumNumericalTwoClassMeasuretp - true positivesfp - false positivesfn - false negativestn - true negative