public static class SortedROCSet.ResultComparator extends java.lang.Object implements java.util.Comparator<SortedROCSet.PredictionCount>
Constructor and Description |
---|
SortedROCSet.ResultComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(SortedROCSet.PredictionCount lhs,
SortedROCSet.PredictionCount rhs) |
public int compare(SortedROCSet.PredictionCount lhs, SortedROCSet.PredictionCount rhs)
compare
in interface java.util.Comparator<SortedROCSet.PredictionCount>