Learn R Programming

LearnClust (version 1.1)

usefulClusters: 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.

Value

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.

Examples

Run this code
# NOT RUN {
data <- c(1:10)

list <- toList(data)

usefulClusters(list)

# }

Run the code above in your browser using DataLab