vertexSearch function

select the K vertices from given L centers

select the K vertices from given L centers

vertexSearch(centers, K)

Arguments

  • centers: L-by-(K-1) center matrix
  • K: number of communities.

Returns

A list containing

  • ind: a vector of K integers indicating the index of selected K vertices out of L centers.
  • dist: The maximum distance from centers to the convex hull formed by the K selected vertice
  • Maintainer: Shengming Luo
  • License: GPL-2
  • Last published: 2019-06-14

Useful links