Function centroid

Source
fn centroid(vectors: &[&[f32]]) -> Vec<f32>
Expand description

Compute the centroid (element-wise mean) of a set of vectors.