[][src]Trait kddbscan::IntoPoint

pub trait IntoPoint: Sized {
    fn get_distance(&self, neighbor: &Self) -> f64;
}

You should implement IntoPoint for all points

Required methods

fn get_distance(&self, neighbor: &Self) -> f64

Returns the distance to another point in the dataset

Loading content...

Implementors

Loading content...