skspatial.objects.Points.is_close

Points.is_close(other: Union[ndarray, Sequence], **kwargs: float) bool

Check if the array is close to another.

Parameters
otherarray_like

Other array.

kwargsdict, optional

Additional keywords passed to math.isclose().

Returns
bool

True if the arrays are close; false otherwise.