neokm: neokm clustering.

Description Usage Arguments Examples

View source: R/neokm.R

Description

Culster data with neokm algorithm.

Usage

1
2
neokm(x, centers, alpha = 0.3, beta = 0.05, nstart = 10, trace = FALSE,
  iter.max = 20)

Arguments

x

An data matrix.

centers

A number, number of cluster for clustering or pre init centers.

alpha

A number (overlap).

beta

A number (non-exhaustiveness).

nstart

A number, number of execution to find the best result.

trace

A boolean, tracing information on the progress of the algorithm is produced.

iter.max

the maximum number of iterations allowed.

Examples

1
2
neokm(iris[,-5], 3)
neokm(iris[,-5], iris[,-5], 1, 2)

COveR documentation built on Dec. 6, 2017, 5:06 p.m.