evaluate_validation_external_by_metrics {Clustering} | R Documentation |
Method that calculates which algorithm behaves best for the datasets provided.
evaluate_validation_external_by_metrics(df)
df |
data matrix or data frame with the result of running the clustering algorithm. |
It groups the results of the execution by algorithms.
A data.frame with all the algorithms that obtain the best results regardless of the dissimilarity measure used.
result = clustering(
df = cluster::agriculture,
min = 4,
max = 4,
algorithm='kmeans_arma',
metrics=c("Precision")
)
evaluate_validation_external_by_metrics(result)