Function fbleau::fbleau_estimation::run_fbleau[][src]

pub fn run_fbleau(
    train_x: Array2<f64>,
    train_y: Array1<Label>,
    test_x: Array2<f64>,
    test_y: Array1<Label>,
    estimate: Estimate,
    knn_strategy: Option<KNNStrategy>,
    distance: Option<String>,
    error_logger: &mut Option<Logger<f64>>,
    individual_error_logger: &mut Option<Logger<bool>>,
    delta: Option<f64>,
    qstop: Option<usize>,
    absolute: bool,
    scale: bool
) -> (f64, f64, f64)

Prepares everything for running F-BLEAU, and runs a forward estimation strategy.