Rgen {RMallow} | R Documentation |
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 |
number of items being ranked |
Value
A list of G cluster centers, each of length abils
Author(s)
Erik Gregory
Examples
Rgen(3, 1:5, 5)
[Package RMallow version 1.1 Index]