Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ isLeaf
Method
isLeaf
JSAT/src/jsat/linear/vectorcollection/RTree.java:211–214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
209
}
210
211
boolean isLeaf()
212
{
213
return
children.isEmpty();
214
}
215
216
public
int
compareTo(RNode<V> o)
217
{
Callers
5
nthBound
Method · 0.95
size
Method · 0.95
search
Method · 0.45
chooseLeaf
Method · 0.45
splitNode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected