vertexHunting {ScorePlus} | R Documentation |
Vertex hunting algorithm to find the cluster centers
Description
Vertex hunting algorithm to find the cluster centers
Usage
vertexHunting(R, K, verbose = F)
Arguments
R |
n-by-(K-1) ratio matrix |
K |
number of communities. |
verbose |
whether or not to show a progress bar |
[Package ScorePlus version 0.1 Index]