Description Usage Arguments Value Examples
View source: R/explore_clustering.R
fit and plot K-Means, DBScan clustering algorithm on the dataset
1 | explore_clustering(df, hyperparameter_dict = NULL)
|
df |
dataframe |
hyperparameter_dict |
dictionary of hyperparameters to be used, default is NULL, a default set of hyperparameters will be used |
a dictionary with each key = a clustering model name, value = list of plots generated by that model
1 2 | library(palmerpenguins)
explore_clustering(penguins)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.