etna.clustering.ClusteringLinkageMode#
- class ClusteringLinkageMode(value)[source]#
-
Modes allowed for clustering distance computation.
Attributes
Minimize the variance of the clusters being merged.
Use the maximum distances between all observations of the two sets.
Use the average of the distances of each observation of the two sets.
Use the minimum of the distances between all observations of the two sets