Skip to main content

best_split

Function best_split 

Source
pub fn best_split(
    x: &[Vec<f64>],
    y: &[f64],
    min_samples: usize,
) -> Option<(usize, f64, f64)>
Expand description

Find the best split for a set of samples.