Function classif::get_head_tail_breaks [] [src]

pub fn get_head_tail_breaks<T>(sorted_values: &[T]) -> Vec<T> where
    T: Float + NumAssignOps

Compute the "Head-Tail" breaks on a list of sorted values (to be used on heavily right skewed distributions).