evaluate_all_column_dataset function

Method in charge of calculating the average for all datasets using all the algorithms defined in the application.

Method in charge of calculating the average for all datasets using all the algorithms defined in the application.

evaluate_all_column_dataset(datas, method, cluster, nameDataset, metrics)

Arguments

  • datas: It's a data frame or matrix.
  • method: Described the metrics used by each of the algorithms.
  • cluster: Number of clusters.
  • nameDataset: Specify the name of dataset like information.
  • metrics: Array with internal or external metrics.

Returns

A list with result of external and internal validation applying on algorithms.