turicreate.Sketch.min

Sketch.min()

Returns the minimum value in the SArray. Returns nan on an empty array. Throws an exception if called on an SArray with non-numeric type.

Returns:
out : type of SArray

Minimum value of SArray. Returns nan if the sarray is empty.

Raises:
RuntimeError

If the sarray is a non-numeric type.