explore_clustering: fit and plot K-Means, DBScan clustering algorithm on the...

Description Usage Arguments Value Examples

View source: R/explore_clustering.R

Description

fit and plot K-Means, DBScan clustering algorithm on the dataset

Usage

1
explore_clustering(df, hyperparameter_dict = NULL)

Arguments

df

dataframe

hyperparameter_dict

dictionary of hyperparameters to be used, default is NULL, a default set of hyperparameters will be used

Value

a dictionary with each key = a clustering model name, value = list of plots generated by that model

Examples

1
2
library(palmerpenguins)
explore_clustering(penguins)

UBC-MDS/datascience.eda.R documentation built on March 24, 2021, 2:22 a.m.