pub fn manhattan_scaled<'a, T>(switching_cost: Vec<f64>) -> NormFn<T> where
    T: Value<'a>, 
Expand description

Manhattan norm scaled with switching costs.