public abstract class AbstractNumericalTwoClassPerformanceMeasure extends AbstractTwoClassPerformanceMeasure implements NumericalPerformanceMeasure
ParameterSet.ParameterListerrorMessage, parameters, parent| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNumericalTwoClassPerformanceMeasure()
Constructs a new
AbstractNumericalTwoClassPerformanceMeasure with empty parameter values. |
protected |
AbstractNumericalTwoClassPerformanceMeasure(StringBuffer xml)
The standard constructor for the interface
Storable. |
| Modifier and Type | Method and Description |
|---|---|
NumericalResultSet |
compute(double[][][] classSpecificScores)
This method allows to compute the performance measure of given class specific scores.
|
NumericalResultSet |
compute(double[][][] classSpecificScores,
double[][] weights)
This method allows to compute the performance measure of given class specific scores.
|
NumericalResultSet |
compute(double[] sortedScoresClass0,
double[] sortedScoresClass1)
This method allows to compute the performance measure of given sorted score ratios.
|
abstract NumericalResultSet |
compute(double[] sortedScoresClass0,
double[] weightClass0,
double[] sortedScoresClass1,
double[] weightsClass1)
This method allows to compute the performance measure of given sorted score ratios.
|
getAllowedNumberOfClassesfindSplitIndex, findThreshold, getCollectionOfAllMeasures, getName, 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, waitgetAllowedNumberOfClasses, getNameprotected AbstractNumericalTwoClassPerformanceMeasure()
AbstractNumericalTwoClassPerformanceMeasure with empty parameter values.protected AbstractNumericalTwoClassPerformanceMeasure(StringBuffer xml) throws NonParsableException
Storable.
Constructs a AbstractNumericalTwoClassPerformanceMeasure out of an XML representation.xml - the XML representation as StringBufferNonParsableException - if the AbstractNumericalTwoClassPerformanceMeasure could not be reconstructed out of
the StringBuffer xmlpublic final NumericalResultSet compute(double[][][] classSpecificScores)
PerformanceMeasurecompute in interface NumericalPerformanceMeasurecompute in interface PerformanceMeasurecompute in class AbstractPerformanceMeasureclassSpecificScores - the scores; first dimension = data sets, second dimension = sequences of the data set, third dimension classes of the classifierPerformanceMeasure.compute(double[][][], double[][])public final NumericalResultSet compute(double[][][] classSpecificScores, double[][] weights)
PerformanceMeasurecompute in interface NumericalPerformanceMeasurecompute in interface PerformanceMeasurecompute in class AbstractTwoClassPerformanceMeasureclassSpecificScores - the scores; first dimension = data sets, second dimension = sequences of the data set, third dimension classes of the classifierweights - the weights for all sequence in all data setspublic final NumericalResultSet compute(double[] sortedScoresClass0, double[] sortedScoresClass1)
PerformanceMeasurecompute in interface NumericalPerformanceMeasurecompute in interface PerformanceMeasurecompute in class AbstractPerformanceMeasuresortedScoresClass0 - the sorted score ratios of class 0sortedScoresClass1 - the sorted score ratios of class 1PerformanceMeasure.compute(double[], double[], double[], double[])public abstract NumericalResultSet compute(double[] sortedScoresClass0, double[] weightClass0, double[] sortedScoresClass1, double[] weightsClass1)
NumericalPerformanceMeasurecompute in interface NumericalPerformanceMeasurecompute in interface PerformanceMeasuresortedScoresClass0 - the sorted score ratios of class 0weightClass0 - the weights of the sequences of class 0 sorted along with the scores sortedScoresClass0sortedScoresClass1 - the sorted score ratios of class 1weightsClass1 - the weights of the sequences of class 1 sorted along with the scores sortedScoresClass1ToolBox.sortAlongWith(double[], double[][])