factoextra icon indicating copy to clipboard operation
factoextra copied to clipboard

Bray-Curtis distance

Open Boris-Droz opened this issue 7 months ago • 0 comments

Hello, What strategy could I used to be able to use Bray-Curtis distance within the package. I am wanted for example to have :

Enhanced hierarchical clustering

res.hc <- eclust(df, "hclust", hc_metric = "bray-curtis", hc_method = "average", nboot =10000, seed = 42) But Bray-curtis is not a typical accepted by the function dist(). Thank you for the help

Boris-Droz avatar Jul 09 '24 23:07 Boris-Droz