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