Skip to main content

recommend_method_with_matrix

Function recommend_method_with_matrix 

Source
pub fn recommend_method_with_matrix(
    n: usize,
    d: usize,
    opts: &RecommendOpts,
    matrix: &[PerfRecord],
) -> KnnMethod
Expand description

Same as recommend_method but with an explicit matrix (tests / custom datasets).