seekKmeansClusterNumber: Cluster number for k-means clustering

Description Usage Arguments Value Examples

View source: R/Cluster.R

Description

Imports: ggplot2

Usage

1
2
3
4
5
6
7
seekKmeansClusterNumber(
  data0,
  maxclusters = 15,
  resample = 20,
  maxrecenter = 10,
  useFactoextra = T
)

Arguments

maxclusters

integer, maximum number of clusters to show in the plot

resample

integer, number of times the the algorithm repeats its procedure with random starting points

maxrecenter

integer, maximum number of times the algorithm re-centeres the cluster by mean and re-assigns the data points. This is done until the clusters do not change anymore but maximum as many times as specified here.

data

table, where rows are to be clustered

Value

plot object

Examples

1

Solatar/seeqR documentation built on Feb. 19, 2021, 8:07 p.m.