#!/bin/csh -f

../anfis3/anfis	# command					\
4		# input no.					\
2		# MF no.					\
500		# training data no.				\
500		# checking data no.				\
500		# epoch no.					\
0.1		# step size					\
0.9		# decrease_rate of step size			\
1.1		# increase_rate of step size			\
0		# debug (0:off, 1:on)
