pub enum AlgorithmVerb {
Rank,
Cluster,
Similar,
Paths,
Analyze,
}Expand description
Analyst-intent API surface that owns an algorithm.
Variants§
Rank
Node scoring.
Cluster
Community assignment and decomposition.
Similar
Pairwise similarity.
Paths
Paths, traversal, reachability, and flow.
Analyze
Graph-level and structural analysis.
Implementations§
Trait Implementations§
Source§impl Clone for AlgorithmVerb
impl Clone for AlgorithmVerb
Source§fn clone(&self) -> AlgorithmVerb
fn clone(&self) -> AlgorithmVerb
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AlgorithmVerb
Source§impl Debug for AlgorithmVerb
impl Debug for AlgorithmVerb
impl Eq for AlgorithmVerb
Source§impl Hash for AlgorithmVerb
impl Hash for AlgorithmVerb
Source§impl PartialEq for AlgorithmVerb
impl PartialEq for AlgorithmVerb
impl StructuralPartialEq for AlgorithmVerb
Auto Trait Implementations§
impl Freeze for AlgorithmVerb
impl RefUnwindSafe for AlgorithmVerb
impl Send for AlgorithmVerb
impl Sync for AlgorithmVerb
impl Unpin for AlgorithmVerb
impl UnsafeUnpin for AlgorithmVerb
impl UnwindSafe for AlgorithmVerb
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.