KMEANS_DD k-means data description.
W = KMEANS_DD(A,FRACREJ,K)
Train a k-means method with K prototypes on dataset A. Parameter
fracrej gives the fraction of the target set which will be rejected.
Optionally, one may give the error tolerance as last argument as
stopping criterion.
See also: knndd kcenter_dd som_dd
Copyright: D.M.J. Tax, D.M.J.Tax@prtools.org
Faculty EWI, Delft University of Technology
P.O. Box 5031, 2600 GA Delft, The Netherlands