KCenterClustering

Contents

Syntax

[rx,ClusterIndex,ClusterCenter,NumPoints,ClusterRadii]=KCenterClustering(d,N,X,K)

Description

Gonzalez's farthest-point clustering algorithm.

O(N log K) version.

C++ Implementation.

loads KCenterClustering.dll

Input

Ouput

Signature