kmeanspp_init {scregclust} | R Documentation |
Determine initial centers for the kmeans++ algorithm
Description
Determine initial centers for the kmeans++ algorithm
Usage
kmeanspp_init(n_cluster, x = NULL, dm = NULL)
Arguments
x |
data matrix to be clustered |
dm |
distance matrix (between rows of x; of class "dist") |
Value
Row indices of initial cluster centers of x
[Package scregclust version 0.2.0 Index]