Enum linfa_hierarchical::Criterion [−][src]
Expand description
Criterion when to stop merging
The criterion defines at which point the merging process should stop. This can be either, when a certain number of clusters is reached, or the distance becomes larger than a maximal distance.
Variants
NumClusters(usize)Tuple Fields of NumClusters
0: usizeTrait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for Criterion<F> where
F: RefUnwindSafe,
impl<F> UnwindSafe for Criterion<F> where
F: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more