usefulClusters {LearnClust} | R Documentation |
To delete the clusters already used to create a new one.
usefulClusters(list)
list |
is a list of clusters. |
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.
A list of clusters.
Roberto Alcántara roberto.alcantara@edu.uah.es
Juan José Cuadrado jjcg@uah.es
Universidad de Alcalá de Henares
data <- c(1:10)
list <- toList(data)
usefulClusters(list)