Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testSortG
Method · 0.45
testSortList
Method · 0.45
compare
Method · 0.45
testSortListComparator
Method · 0.45
compare
Method · 0.45
Calls
1
compare
Method · 0.45
Tested by
4
testSortG
Method · 0.36
testSortList
Method · 0.36
compare
Method · 0.36
testSortListComparator
Method · 0.36