best_ranked_external_metrics: Best rated external metrics.

View source: R/app.R

best_ranked_external_metricsR Documentation

Best rated external metrics.

Description

Method in charge of searching for each algorithm those that have the best external classification.

Method that looks for those external attribute that are better classified, making use of the var column. In this way of discard attribute and only work with those that give the best response to the algorithm in question.

Usage

best_ranked_external_metrics(df)

Arguments

df

Matrix or data frame with the result of running the clustering algorithm.

Value

Returns a data.frame with the best classified external attribute.

Examples


result = clustering(
               df = cluster::agriculture,
               min = 4,
               max = 4,
               algorithm='gmm',
               metrics=c("Recall")
         )

best_ranked_external_metrics(df = result)


Clustering documentation built on June 22, 2022, 5:07 p.m.