usefulClusters {LearnClust} | R Documentation |
To delete clusters grouped.
Description
To delete the clusters already used to create a new one.
Usage
usefulClusters(list)
Arguments
list |
is a list of clusters. |
Details
This function is part of the hierarchical clusterization method. The function updates the cluster list with the clusters used after to calculate de matrix distance.
Value
A list of clusters.
Author(s)
Roberto Alcántara roberto.alcantara@edu.uah.es
Juan José Cuadrado jjcg@uah.es
Universidad de Alcalá de Henares
Examples
data <- c(1:10)
list <- toList(data)
usefulClusters(list)
[Package LearnClust version 1.1 Index]