Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
search
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected