MCPcopy 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

nthBoundMethod · 0.95
sizeMethod · 0.95
searchMethod · 0.45
chooseLeafMethod · 0.45
splitNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected