Struct linfa_hierarchical::ValidHierarchicalCluster[][src]

pub struct ValidHierarchicalCluster<T: Float> { /* fields omitted */ }
Expand description

Checked version of HierarchicalCluster

Trait Implementations

Initialize hierarchical clustering, which averages in-cluster points and stops when two clusters are reached.

Returns the “default value” for a type. Read more

Perform hierarchical clustering of a similarity matrix

Returns the class id for each data point

Perform hierarchical clustering of a similarity matrix

Returns the class id for each data point

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.