MCPcopy 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

setLooseBoundsMethod · 0.95
addRangeMethod · 0.95
simpleInsertMethod · 0.95
shuffleMethod · 0.80
maxdistMethod · 0.80
descendantsMethod · 0.80
getAccelerationCacheMethod · 0.65
sizeMethod · 0.65
cloneMethod · 0.65
hasNextMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected