labelCluster {epca} | R Documentation |
Label Cluster
Description
Assign cluster labels to each row from the membership matrix.
Usage
labelCluster(x, ties.method = "random")
Arguments
x |
|
ties.method |
|
Value
integer
vector of the same length as x
. Each entry is one of 1, 2, ..., ncol(x)
.
[Package epca version 1.1.0 Index]