You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reading the documentation of hier_clust and realise that it was using stats::hclust as the engine.
From my understanding, the input to stats::hclust requires to be a distance matrix produced by dist.
Can I assume that the Euclidean distance is used by default ?
If possible, are there any plans for the function hier_clust to accept other distance metric like "manhattan", "minkowski", "pearson" or "jaccard" ?
The text was updated successfully, but these errors were encountered:
Hi,
I was reading the documentation of
hier_clust
and realise that it was usingstats::hclust
as the engine.From my understanding, the input to
stats::hclust
requires to be a distance matrix produced by dist.Can I assume that the Euclidean distance is used by default ?
If possible, are there any plans for the function
hier_clust
to accept other distance metric like "manhattan", "minkowski", "pearson" or "jaccard" ?The text was updated successfully, but these errors were encountered: