ikmeans: Interval kmeans clustering.

Description Usage Arguments Examples

View source: R/ikmeans.R

Description

Culster interval data with kmeans algorithm.

Usage

1
2
ikmeans(x, centers, nstart = 10, distance = "euclid", 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.

nstart

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

distance

A string ('euclid': Euclidian distance, 'hausdorff': Hausdorff distance).

trace

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

iter.max

the maximum number of iterations allowed.

Examples

1
2

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