ldaFuzzy
fuzzy LDA (linear discriminant analysis)
Contents
Syntax
- [newSampleIn, discrimVec] = ldaFuzzy(sampleIn, sampleOut, discrimVecNum)
Description
[NEWSAMPLE, DISCRIM_VEC] = ldaFuzzy(SAMPLE, discrimVecNum) returns the new dataset after fuzzy LDA.
- SAMPLE: Sample data with class information, where each row of SAMPLE is a sample point, with the last column being the class label ranging from 1 to no. of classes
- discrimVecNum: No. of discriminant vectors
- NEWSAMPLE: new sample after projection