Agglomerative clustering trainer
Train a the hierarchical clustering model
Trainer of the hierarchical clustering. Fits the hierarchical clustering from features, or distance matrix. @ See https://scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html for more details
Input
Table
The input table
Output
result
The output result
Configuration
nb_clusters
int
2
linkage
string
ward
complete
average
single
ward
affinity
Metric used to compute the linkage.
string
euclidean
l1
l2
manhattan
cosine
precomputed
euclidean