# \donttest{
data(iris)
df <- iris[,1:4]
results <- ensemble_cluster_multi_combinations(df, k_km=3, k_hc=3, k_sc=3)
# Compare cluster assignments from different methods
table(product = results$product$membership,
arithmetic = results$arithmetic$membership)
# }
Run the code above in your browser using DataLab