bundles / scipy 1.17.1 / scipy / spatial / _qhull / Voronoi / add_points
cython_function_or_method
scipy.spatial._qhull:Voronoi.add_points
Signature
def add_points ( points , restart = False ) Summary
Process a set of additional new points.
Parameters
points: ndarrayNew points to add. The dimensionality should match that of the initial points.
restart: bool, optionalWhether to restart processing from scratch, rather than adding points incrementally.
Raises
: QhullErrorRaised when Qhull encounters an error condition, such as geometrical degeneracy when options to resolve are not enabled.
Notes
You need to specify incremental=True when constructing the object to be able to add points incrementally. Incremental addition of points is also not possible after close has been called.
See also
- close
Aliases
-
scipy.spatial.Voronoi.add_points