MATLAB Function Reference
  Go to function:
    Search    Help Desk 
gfkclus     See Also

performs Gustaffson Kessel clustering

Syntax

Description

[cg, v] = gfkclus(d,n,m) Finds the center of the clusters cg and their variances v using the Gustaffson Kessel clustering method. d is the data set, n the number of prototypes by cluster and m is the fuzzyness parameter (>1). cg is a n rows matrix (one for each cluster).

See Also

mkmeans, fkmeans, gkclus

[ Help Desk ]