MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / compareTo

Method compareTo

JSAT/src/jsat/classifiers/evaluation/AUC.java:42–46  ·  view source on GitHub ↗
(Tuple o)

Source from the content-addressed store, hash-verified

40
41
42 @Override
43 public int compareTo(Tuple o)
44 {
45 return Double.compare(this.score, o.score);
46 }
47
48 }
49 private List<Tuple> scores;

Callers 5

testSortGMethod · 0.45
testSortListMethod · 0.45
compareMethod · 0.45
compareMethod · 0.45

Calls 1

compareMethod · 0.45

Tested by 4

testSortGMethod · 0.36
testSortListMethod · 0.36
compareMethod · 0.36