powered by
To create the cluster formed by the two clusters given. Add the new cluster to list.
list
newCluster(list, clusters)
is the generic cluster list.
is a vector with the matrix index clusters.
A list with clusters.
This function is part of the hierarchical clusterization method.
1 - The function maps clusters in list.
clusters
2 - It creates a new cluster from them.
3 - It adds the new cluster to list.
4 - It disables the clusters used in the second step.
# NOT RUN { data <- c(1:10) list <- toList(data) clusters <- c(1,2) newCluster(list,clusters) # }
Run the code above in your browser using DataLab