public class AccAUC
extends java.lang.Object
| Constructor and Description |
|---|
AccAUC(double acc,
double auc)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAcc()
Provides the accuracy of a given classifier
|
double |
getAUC()
Provides the AUC of a given classifier
|