Description Usage Arguments Value Examples
View source: R/elbow_method_df.R
elbow_method_df
1 | elbow_method_df(data, seed = 123, max_clusters = 15)
|
data |
Dataset usado na clusterização |
seed |
Gerador de números pseudoaleatórios |
max_clusters |
Número máximo de clusters a serem testados |
retorna um dataframe com os valores de wss e distâncias, por cluster
1 | print("exemplo")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.