# NOT RUN {
result = clustering(
df = cluster::agriculture,
min = 4,
max = 5,
algorithm='gmm',
metrics=c("recall"),
attributes = FALSE
)
best_ranked_external_metrics(df = result)
# }
# NOT RUN {
best_ranked_external_metrics(df = result$result)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab