pub struct CentroidClusterer<P> { /* private fields */ }Expand description
Simple online clustering over a set of centroids.
P: point type (e.g. Vec, Genotype , etc.)
Implementations§
Source§impl<P> CentroidClusterer<P>
impl<P> CentroidClusterer<P>
Source§impl<P: Clone> CentroidClusterer<P>
impl<P: Clone> CentroidClusterer<P>
Auto Trait Implementations§
impl<P> Freeze for CentroidClusterer<P>
impl<P> !RefUnwindSafe for CentroidClusterer<P>
impl<P> Send for CentroidClusterer<P>where
P: Send,
impl<P> Sync for CentroidClusterer<P>where
P: Sync,
impl<P> Unpin for CentroidClusterer<P>where
P: Unpin,
impl<P> UnsafeUnpin for CentroidClusterer<P>
impl<P> !UnwindSafe for CentroidClusterer<P>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more