powered by
This function extracts the partitions from the results of the sample.partitions function.
sample.partitions function.
enumerate.partitions(n.items, as.matrix = TRUE)
An integer given then number of items to partition.
Should the results be returned as a matrix of cluster labels or list of partitions?
A list containing either: i. a matrix of cluster labels in which each row represents a clusterings, or ii. a list containing partitions.
This function returns an enumeration of the partition of n.items items.
n.items
process.samples
# NOT RUN { example(shallot) # }
Run the code above in your browser using DataLab