SearchEmptyClusters {CICA} | R Documentation |
Search for empty clusters
Description
Internal function for CICA package
Usage
SearchEmptyClusters(nClus, newcluster, SSminVec = NULL)
Arguments
nClus |
number of clusters |
newcluster |
newly updated clustering vector P |
SSminVec |
loss function values per data block |
Value
a numeric vector indicating the new partitioning vector without empty clusters
[Package CICA version 1.1.1 Index]