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

Method getChild

JSAT/src/jsat/linear/vectorcollection/RTree.java:162–165  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

160 }
161
162 RNode<V> getChild(int n)
163 {
164 return children.get(n);
165 }
166
167 Rectangle nthBound(int n)
168 {

Callers 1

searchMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected