vertexHunting function

Vertex hunting algorithm to find the cluster centers

Vertex hunting algorithm to find the cluster centers

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
  • Maintainer: Shengming Luo
  • License: GPL-2
  • Last published: 2019-06-14

Useful links