Function kodama::mst

source ·
pub fn mst<T: Float>(dis: &mut [T], observations: usize) -> Dendrogram<T>
Expand description

Perform hierarchical clustering using the minimum spanning tree algorithm as described in Müllner’s paper.

In general, one should prefer to use linkage, since it tries to pick the fastest algorithm depending on the method supplied.