public class AUC extends Object
In statistics, a receiver operating characteristic (ROC), or ROC curve, is a graphical plot that illustrates the performance of a binary classifier system as its discrimination threshold is varied. The curve is created by plotting the true positive rate (TPR) against the false positive rate (FPR) at various threshold settings.
AUC is quite noisy as a classification measure and has some other significant problems in model comparison.
Constructor and Description |
---|
AUC() |
Modifier and Type | Method and Description |
---|---|
double |
measure(int[] truth,
double[] probability)
Caulculate AUC for binary classifier.
|
Copyright © 2015. All rights reserved.