MCPcopy Create free account
hub / github.com/dhale/jtk / split

Method split

core/src/main/java/edu/mines/jtk/sgl/BoundingBoxTree.java:177–245  ·  view source on GitHub ↗

Recursively splits a node that is not too small. A node is small and not split when either of its child nodes would contain fewer than the specified number of points. @param minSize the minimum number of points in a child node. @param node the node to split.

(int minSize, Node node)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

BoundingBoxTreeMethod · 0.95

Calls 4

getMinMethod · 0.95
getMaxMethod · 0.95
quickPartialIndexSortMethod · 0.80
maxMethod · 0.45

Tested by

no test coverage detected