Being given the known criteria (a training set composed of the classified samples), you can try to find the appropriate curve using evolutionary strategy / genetic algorithm (I'd rather choose real-coded genetic algorithms over binary one).
To develop a fuzzy classification system, the most important task is to construct membership functions and to find a set of suitable fuzzy rules in the fuzzy classification system. There are two approaches to obtain fuzzy rules. One of them is given directly by domain experts; the other is obtained through a machine learning process based on training instances. In recent years, many methods have been proposed to generate fuzzy rules from training instances.
Please go through herewith the attached file which i have performed in Matlab
Good point Grzegorz. I guess this is more classifier to classify features like Suresh Merugu wrote above than "feature selection", but in any case, automated membership extraction should be doable using GA/RCGA/EA/MA. Let's hear the author's explanation first then!
I don't get your point - do you have a feature dataset? If so, the problem is to "extract correct rules" to cover the data set, isn't it? If so, you can try one of the techniques of the automated rule generation. It strongly depends on the Fuzzy Inference System you choose. The common part is to invent such rules that from one point of view they cover the part of the training dataset and from the other are not so strict (i.e. covering only one sample) to avoid overlearning.
Thanks Omar - a very valuable paper to me. This is theory and according to the conclusion given by the authors, the methods vary and should be chosen with regards to the problem nature and the dataset features (i.e. noisiness). It still mentions that heuristics methods works in many cases as I've mentioned in the first message, I used to employ it with success.
I still wonder if your question was of the theoretical nature, if so, I think the paper by Mamdani et al. answers it the best ;-). If you want to solve the particular problem, provide some more details here.