rclus: Rapid Clustering

Description Usage Arguments Value

View source: R/rclus.R

Description

Rapid Clustering. It works for One Dimensional array data only currently.

Usage

1
rclus(dat, seeds = 5, maxiter = 1000, strict = NULL)

Arguments

dat

An one-dimension array data.

seeds

The number of start seeds or a vector of centroids (or cluster centers).

maxiter

The maximum number of iteration specified.

strict

Strict value. It prevents an observation from being assigned to a cluster if its distance to the nearest cluster seed exceeds the value of the STRICT. Set strict = NULL to disable the strict mode.

Value

A clustering object including clusters, actual iteration number, cluster centers and the size of each cluster, etc.


huangrh/rclus documentation built on May 24, 2019, 4:05 a.m.