delete Method
Remove the first classifier equivalent to classifier from this set.
delete(classifier: SpatialClassifier): undefined | SpatialClassifier
@returns  The classifier that was actually removed, or undefined if none was removed.
| Parameter | Type | Description | 
|---|---|---|
| classifier | SpatialClassifier | The classifier to remove. | 
Returns - undefined | SpatialClassifier
The classifier that was actually removed, or undefined if none was removed.
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.