MATLAB Function Reference | Search  Help Desk |
gfkclus | See Also |
performs Gustaffson Kessel clustering
Syntax
[cg, v] = gfkclus(d,n,m)
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).
mkmeans, fkmeans, gkclus