Skip to main content

argsort

Function argsort 

Source
pub fn argsort(data: &[f64]) -> Vec<usize>
Expand description

Return indices that would sort data in ascending order.

NaN values are placed at the end (treated as greater than any finite value).