evaluate_all_column_dataset: Method in charge of calculating the average for all datasets...

View source: R/evaluate_column_dataset.R

evaluate_all_column_datasetR Documentation

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

Description

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

Usage

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.

Value

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


laperez/Clustering documentation built on April 23, 2024, 3:41 a.m.