Rgen: Initialize sequence modes for the clustering process.

Description Usage Arguments Value Author(s) Examples

View source: R/RGen.R

Description

Initialize sequence modes for the clustering process.

Usage

1
  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

Author(s)

Erik Gregory

Examples

1
Rgen(3, 1:5, 5)

RMallow documentation built on Feb. 7, 2020, 9:06 a.m.