Learn R Programming

RMallow (version 1.1)

Rgen: Initialize sequence modes for the clustering process.

Description

Initialize sequence modes for the clustering process.

Usage

Rgen(G, hyp = NULL, abils)

Arguments

G

number of cluster centers, including the hypothesis if provided

hyp

a single sequence of length abils to initialize one of the cluster centers

abils

number of items being ranked

Value

A list of G cluster centers, each of length abils

Examples

Run this code
# NOT RUN {
Rgen(3, 1:5, 5)
# }

Run the code above in your browser using DataLab