Description Usage Arguments Value Examples
View source: R/initiate_centers.R
Initiate centers for clustering algorithm
1 | initiate_centers(data, N = 1000, t = 1, k, algorithms = NULL, seeds.N = NULL)
|
data |
Dataset that clustering will be applied on |
N |
Integer. Number clustering initialization (set of centers) to generate |
t |
Numeric between 0 and 1. weight coefficient between only random centers (t=1) and only centers from clustering (t=0). |
k |
Vector of size N containing the number of centers for each initialization. |
algorithms |
list of algorithm(s) (size |
seeds.N |
(optional) vector of size N containing seeds for each initialization. |
list of size N
containing coordinates of centers for
clustering initialization.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.