Functionsยง
- Argmax on a PrimitiveArray.
- Argmin over an iterator. Fused the operation in iterator to avoid memory allocation.
- Argmin over an
Option<Float>
iterator. - Return both argmin and minimal value over an iterator.
- Returns the minimal value (float) and the index (argmin) from an Iterator.
- Calculate hash values for an Arrow Array, using
std::hash::Hash
in rust. - L2 normalize a vector.
- L2 normalize a FixedSizeListArray (of vectors).