bestpamk: bestpamk function

Description Usage Arguments Examples

Description

This function finds the "best" number of clusters to split a dataset into based on unsupervised clustering using the pam function in library cluster

Usage

1
bestpamk(dataset)

Arguments

dataset

matrix or dataframe, rows are instances, columns are features

Examples

1
bestpamk(data.frame(A=runif(100),B=runif(100)))

m-a-r-i-o/aRtistic documentation built on May 7, 2019, 9:37 a.m.