calculate_best_validation_internal_by_metrics {Clustering} | R Documentation |
Method that calculates which algorithm and which metric behaves best for the datasets provided.
Description
Method that calculates which algorithm and which metric behaves best for the datasets provided.
Usage
calculate_best_validation_internal_by_metrics(df, metric)
Arguments
df |
Data matrix or data frame. |
metric |
String with the metric. |
Value
Return a table with the algorithm and the best performing metric for the datasets.
[Package Clustering version 1.7.10 Index]