example_clustering {RRI} | R Documentation |
An example clustering
object. A clustering is a List
that
splits indexes 1..#num_datapoints to clusters. Each List
element corresponds to one cluster.
The clustering is not necessarily a partition but it usually is.
Description
An example clustering
object. A clustering is a List
that
splits indexes 1..#num_datapoints to clusters. Each List
element corresponds to one cluster.
The clustering is not necessarily a partition but it usually is.
Usage
example_clustering()
Value
A List
for the clustering of indexes 1..#num_datapoints.
[Package RRI version 1.1 Index]