pub struct Centroid { /* private fields */ }
Expand description
Centroid implementation to the cluster mentioned in the paper.
Implementations§
Trait Implementations§
Source§impl Ord for Centroid
impl Ord for Centroid
Source§impl PartialOrd for Centroid
impl PartialOrd for Centroid
impl Eq for Centroid
impl StructuralPartialEq for Centroid
Auto Trait Implementations§
impl Freeze for Centroid
impl RefUnwindSafe for Centroid
impl Send for Centroid
impl Sync for Centroid
impl Unpin for Centroid
impl UnwindSafe for Centroid
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