| vertexSearch {ScorePlus} | R Documentation |
select the K vertices from given L centers
Description
select the K vertices from given L centers
Usage
vertexSearch(centers, K)
Arguments
centers |
L-by-(K-1) center matrix |
K |
number of communities. |
Value
A list containing
- ind
a vector of
Kintegers indicating the index of selectedKvertices out ofLcenters.- dist
The maximum distance from centers to the convex hull formed by the
Kselected vertice
[Package ScorePlus version 0.1 Index]