Description Usage Arguments Value Examples
Initializes the clusters using the traditional approach.
1 |
data |
A dataframe. |
k |
A integer number. |
A dataframe containing k rows randomly selected from data.
1 2 3 | data(mtcars)
k <- 3
initial_traditional(mtcars, k)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.