Skip to main content

novelty_scores

Function novelty_scores 

Source
pub fn novelty_scores(
    genomes: &[Vec<f64>],
    archive: &[Vec<f64>],
    k_nearest: usize,
) -> Vec<f64>
Expand description

Compute novelty score for each genome against an archive.