pub fn recommend_method_with_matrix(
n: usize,
d: usize,
opts: &RecommendOpts,
matrix: &[PerfRecord],
) -> KnnMethodExpand description
Same as recommend_method but with an explicit matrix (tests / custom datasets).
pub fn recommend_method_with_matrix(
n: usize,
d: usize,
opts: &RecommendOpts,
matrix: &[PerfRecord],
) -> KnnMethodSame as recommend_method but with an explicit matrix (tests / custom datasets).