This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Process a set of additional new points.
Parameters : | points : ndarray
restart : bool, optional
|
---|---|
Raises : | QhullError :
|
See also
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.