# NOT RUN {
result = clustering(
df = cluster::agriculture,
min = 4,
max = 5,
algorithm='kmeans_rcpp',
metrics=c("f_measure"),
attributes = TRUE
)
evaluate_best_validation_external_by_metrics(result)
# }
Run the code above in your browser using DataLab