Function classif::get_arithmetic_breaks [] [src]

pub fn get_arithmetic_breaks<T>(sorted_values: &[T], nb_class: u32) -> Vec<T> where
    T: Float + NumAssignOps

Compute the "arithmetic progression" breaks on a list of sorted values.