Learn R Programming

shallot (version 0.4.6)

process.samples: Process Sampled Partitions

Description

This function extracts the partitions from the results of the sample.partitions function.

Usage

process.samples(x)

Arguments

x

An object from the sample.partitions function.

Value

A list containing a matrix of cluster labels in which each row represents a clusterings. The list also contains sampled model parameters if sample.parameter is not NULL.

Details

This function extracts the sampled partitions from the results of the sample.partitions function.

See Also

sample.partitions

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
example(shallot)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab