This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.spatial.Rectangle.split¶
- Rectangle.split(d, split)[source]¶
Produce two hyperrectangles by splitting.
In general, if you need to compute maximum and minimum distances to the children, it can be done more efficiently by updating the maximum and minimum distances to the parent.
Parameters: d : int
Axis to split hyperrectangle along.
split : float
Position along axis d to split at.