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