dsFuzzify

Initialize fuzzy membership grades from a crisp dataset.

Contents

Syntax

Description

membership = dsFuzzy(ds, opt) returns the membership grades from a crisp dataset

References

  1. J. M. Keller, M. R. Gray, and J. A. Givens, Jr., "A Fuzzy K-Nearest Neighbor Algorithm", IEEE Transactions on Systems, Man, and Cybernetics, Vol. 15, No. 4, pp. 580-585.

Example

ds=prData('3classes');
opt=dsFuzzify('defaultOpt');
membership=dsFuzzify(ds, opt, 1);

See Also

FKNN.


Top page   Next: dsFormatCheck.m   Prev:dsNameAdd.m