Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ CoverTree
Method
CoverTree
JSAT/src/jsat/linear/vectorcollection/CoverTree.java:91–95 ·
view source on GitHub ↗
(DistanceMetric dm)
Source
from the content-addressed store, hash-verified
89
}
90
91
public
CoverTree(DistanceMetric dm)
92
{
93
this.dm = dm;
94
vecs =
new
ArrayList<V>();
95
}
96
97
public
CoverTree(List<V> source, DistanceMetric dm)
98
{
Callers
nothing calls this directly
Calls
11
setLooseBounds
Method · 0.95
addRange
Method · 0.95
simpleInsert
Method · 0.95
shuffle
Method · 0.80
maxdist
Method · 0.80
descendants
Method · 0.80
getAccelerationCache
Method · 0.65
size
Method · 0.65
clone
Method · 0.65
hasNext
Method · 0.45
next
Method · 0.45
Tested by
no test coverage detected