pub struct StablePartitionNodes { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Algorithm for StablePartitionNodes
impl Algorithm for StablePartitionNodes
Source§impl LocalCommunityEvaluation for StablePartitionNodes
impl LocalCommunityEvaluation for StablePartitionNodes
fn get_weighted_average(&self) -> f64
fn get_unweighted_average(&self) -> f64
fn get_maximum_value(&self) -> f64
fn get_minimum_value(&self) -> f64
fn get_value(&self, i: u64) -> f64
fn get_values(&self) -> ValueIter ⓘ
fn is_small_better(&self) -> bool
Auto Trait Implementations§
impl Freeze for StablePartitionNodes
impl RefUnwindSafe for StablePartitionNodes
impl !Send for StablePartitionNodes
impl !Sync for StablePartitionNodes
impl Unpin for StablePartitionNodes
impl UnwindSafe for StablePartitionNodes
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