public static class ROC.CountsForThreshold
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
CountsForThreshold(double threshold) |
Modifier and Type | Method and Description |
---|---|
ROC.CountsForThreshold |
clone() |
void |
incrementFalsePositive(long count) |
void |
incrementTruePositive(long count) |
public void incrementTruePositive(long count)
public void incrementFalsePositive(long count)
public ROC.CountsForThreshold clone()
clone
in class java.lang.Object