Package org.deidentifier.arx.aggregates
Klasse StatisticsClassification
java.lang.Object
org.deidentifier.arx.aggregates.StatisticsClassification
Statistics representing the performance of various classifiers
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdoubleReturns the resulting accuracy.doubleReturns the average error, defined as avg(1d-probability-of-correct-result) for each classification event.doubleReturns the brier score of the classifier trained on output data.doubleReturns the brier skill score, defined as 1-(brier output/brier input)Returns the set of class attributesintReturns the number of classesintReturns the number of measurementsdoubleReturns the maximal accuracy.doubleReturns the average error, defined as avg(1d-probability-of-correct-result) for each classification event.doubleReturns the brier score of the classifier trained on input data.getOriginalROCCurve(String clazz) Returns the ROC curve for this class value calculated using the one-vs-all approach.getROCCurve(String clazz) Returns the ROC curve for this class value calculated using the one-vs-all approach.doubleReturns the minimal accuracy.doubleReturns the average error, defined as avg(1d-probability-of-correct-result) for each classification event.doubleReturns the brier score of the ZeroR classifier.getZeroRROCCurve(String clazz) Returns the ROC curve for this class value calculated using the one-vs-all approach.toString()
-
Methodendetails
-
getAccuracy
public double getAccuracy()Returns the resulting accuracy. Obtained by generating a classification model from the output (or input) dataset.- Gibt zurück:
-
getAverageError
public double getAverageError()Returns the average error, defined as avg(1d-probability-of-correct-result) for each classification event.- Gibt zurück:
-
getZerorBrierScore
public double getZerorBrierScore()Returns the brier score of the ZeroR classifier.- Gibt zurück:
-
getBrierScore
public double getBrierScore()Returns the brier score of the classifier trained on output data.- Gibt zurück:
-
getOriginalBrierScore
public double getOriginalBrierScore()Returns the brier score of the classifier trained on input data.- Gibt zurück:
-
getBrierSkillScore
public double getBrierSkillScore()Returns the brier skill score, defined as 1-(brier output/brier input)- Gibt zurück:
-
getClassValues
Returns the set of class attributes- Gibt zurück:
-
getNumClasses
public int getNumClasses()Returns the number of classes- Gibt zurück:
-
getNumMeasurements
public int getNumMeasurements()Returns the number of measurements- Gibt zurück:
-
getOriginalAccuracy
public double getOriginalAccuracy()Returns the maximal accuracy. Obtained by generating a classification model from the input dataset.- Gibt zurück:
-
getOriginalAverageError
public double getOriginalAverageError()Returns the average error, defined as avg(1d-probability-of-correct-result) for each classification event.- Gibt zurück:
-
getOriginalROCCurve
Returns the ROC curve for this class value calculated using the one-vs-all approach.- Parameter:
clazz-- Gibt zurück:
-
getZeroRROCCurve
Returns the ROC curve for this class value calculated using the one-vs-all approach.- Parameter:
clazz-- Gibt zurück:
-
getROCCurve
Returns the ROC curve for this class value calculated using the one-vs-all approach.- Parameter:
clazz-- Gibt zurück:
-
getZeroRAccuracy
public double getZeroRAccuracy()Returns the minimal accuracy. Obtained by training a ZeroR classifier on the input dataset.- Gibt zurück:
-
getZeroRAverageError
public double getZeroRAverageError()Returns the average error, defined as avg(1d-probability-of-correct-result) for each classification event.- Gibt zurück:
-
toString
-