convert_table: Method in charge of creating a table from an array with the...

convert_tableR Documentation

Method in charge of creating a table from an array with the values of the variable used as a sample and another with the classification of the values.

Description

Method in charge of creating a table from an array with the values of the variable used as a sample and another with the classification of the values.

Usage

convert_table(clusters_vector, column_dataset_label)

Arguments

clusters_vector

Array of the variable used for the classification.

column_dataset_label

Array with the grouping of the values.

Value

Return a table with the grouping of both arrays.


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