turicreate.Sketch.min — Turi Create API 6.4.1 documentation (original) (raw)
- Docs »
- 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. |
