Learn R Programming

kmed (version 0.3.0)

stepkmed: Step k-medoid algorithm from Yu et al.

Description

This function is deprecated, use the inckmed function instead.

Usage

stepkmed(distdata, ncluster, iterate = 10, alpha = 1)

Arguments

distdata

A matrix of distance objects (n x n) or a diss class.

ncluster

A number of clusters.

iterate

A number of iterations for the clustering algorithm.

alpha

A numeric number to determine the range of initial medoids selection.