Skip to main content

representativeness

Function representativeness 

Source
pub fn representativeness(
    features: &[Vec<f64>],
) -> Result<Vec<f64>, ActiveError>
Expand description

Mean representativeness of each point: the average similarity of point i to all other points in the pool. features is n_samples × n_features.