Method that returns the value or variable depending on where it is in the calculated metrics
calculate_result(
algorith,
distance,
cluster,
dataset,
ranking,
timeExternal,
entropy,
variation_information,
precision,
recall,
fowlkes_mallows_index,
f_measure,
dunn,
connectivity,
silhouette,
timeInternal,
variables
)
algorithm name
name of the metric used to calculate the distance between points
number of clusters
name of dataset
position we want to obtain from the list of variables
array with the external validation calculation times of the clustering
array with the calculation of the entropy for each of the variables
array with the calculation of the variation_information for each of the variables
array with the calculation of the precision for each of the variables
array with the calculation of the recall for each of the variables
array with the calculation of the fowlkes_mallows_index for each of the variables
array with the calculation of the f_measure for each of the variables
array with the calculation of the dunn for each of the variables
array with the calculation of the connectivity for each of the variables
array with the calculation of the silhouette for each of the variables
array with the internal validation calculation times of the clustering
true if we want to show the value of the metric calculation and false if we want to show the variable
returns an array with the calculation of each metric based on the indicated position