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

Method compareTo

JSAT/src/jsat/linear/vectorcollection/RTree.java:216–219  ·  view source on GitHub ↗
(RNode<V> o)

Source from the content-addressed store, hash-verified

214 }
215
216 public int compareTo(RNode<V> o)
217 {
218 return Double.compare(this.bound.area(), o.bound.area());
219 }
220
221 /**
222 * If this node is a leaf, it returns the number of vectors

Callers 1

compareMethod · 0.45

Calls 2

areaMethod · 0.80
compareMethod · 0.45

Tested by

no test coverage detected