Learn R Programming

COveR (version 1.0.0)

ineokm: Interval neokm clustering.

Description

Culster interval data with neokm algorithm.

Usage

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

Arguments

x

An 3D interval array.

centers

A number or interval, 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

Run this code
# NOT RUN {
ineokm(iaggregate(iris, col=5), 3)
ineokm(iaggregate(iris, col=5), iaggregate(iris, col=5), 1, 2)
# }

Run the code above in your browser using DataLab