Misc. commands for preprocessing the data.

gen_conf.c: generate a file "config" for the ANFIS program to build the data
	    structure.

initpara.c: generate the initial parameters according to a given training
            data file 

To compile:
	cc -O -o gen_conf gen_conf.c -lm
	cc -O -o initpara initpara.c -lm

Usage:
	 (Self-explanatory after typing the command.)
