
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
Kamran Karimi wrote: > I am searching for a freely available program for generating > classification rules using fuzzy and/or genetic algorithms. The input > could be a series of records like: > > a, b, c > 1, blue, true > 0, white, true > 3, red, false > > where "a" and "b" are condition attributes and "c" is the decision > attribute. The output could be a series of rules that predict "c" based > on the values of "a" and "b." Take a look at my JFS system at http://inet.uni2.dk/~jemor/jfs.htm . The learning tools includes 2 programs (JFEA and JFGP) to create rules from a data-set using genetic programming. Jan
| <-- __Chronological__ --> | <-- __Thread__ --> |