#!/bin/csh -f

../anfis3/anfis	# command					\
1		# input no.					\
5		# MF no.					\
101		# training data no.				\
0		# checking data no.				\
50		# 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)
