View source: R/SOptim_PerformanceEval.R
evalPerformanceClassifier | R Documentation |
This function can be used to calculate all available performance evaluation metrics both
for single- or multi-class problems using a SOptim.Classifier
objects (check out
calibrateClassifier
for more details).
evalPerformanceClassifier(obj)
obj |
An object of class |
List of available evaluation metrics: — SINGLE-CLASS —
Kappa - Cohen Kappa (maximum)
PSS - Peirce Skill score (maximum)
GSS - Gerrity Skill score (maximum)
AUC - Area Under the Receiver Operating Curve
— MULTI-CLASS —
Kappa - Cohen Kappa
PSS - Peirce Skill score
GSS - Gerrity Skill score
Accuracy - Overall accuracy
A numeric matrix with the evaluation metrics. For single-class problems an additional column by metric (with suffix "_Thresh") is added to the matrix with threshold values used to maximize each evaluation metric.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.