Learn R Programming

RRI (version 1.1)

example_clustering: 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()

Arguments

Value

A List for the clustering of indexes 1..#num_datapoints.