Learn R Programming

ScorePlus (version 0.1)

vertexHunting: 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