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

Method nthBound

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

Source from the content-addressed store, hash-verified

165 }
166
167 Rectangle nthBound(int n)
168 {
169 if(isLeaf())
170 return new Rectangle(points.get(n));
171 else
172 return children.get(n).bound;
173 }
174 @SuppressWarnings("unused")
175 boolean isFull()
176 {

Callers 1

splitNodeMethod · 0.80

Calls 2

isLeafMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected