Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
splitNode
Method · 0.80
Calls
2
isLeaf
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected