rkmeans: Title

Description Usage Arguments Examples

View source: R/rkmeans.R

Description

Title

Usage

1
2
3
4
5
6
7
rkmeans(
  data,
  assignation = "kmeans",
  update = "kmeans",
  distance = "euc",
  ranking_rule = "bordaCount"
)

Arguments

rankingRule

Examples

1
2
3
4
5
6
7
8
If the update step is done using rkmeans, the new centers of the clusters
will be always within the original dataset.
Therefore, the matrix (for kmeans) or matrices (for rkmeans) of distances
between the points only need to be calculated once on the method starts.
If the update step is done using classic kmeans, then the centers will be
new objects because the will be computed as the medium points of the
objects that belong to the cluster, and thus a new matrix/matrices need
to be calculated.

noeliarico/rkmeans documentation built on May 26, 2020, 12:16 a.m.