anfis Train an ANFIS model.
[out_fls,evola] = anfis(traindata,in_fls) [out_fls,evola] = anfis(traindata,in_fls,itr,err,step_sz)
Training data, each variables arranged in a column, with last column as the output varaible
ANFIS model to be trained (in format compatible with sciFLT)
Number of iteration
Error for stoping condition
Step size
ANFIS model which has been trained (in format compatible with sciFLT)
Information for each iteration
This function train the anfis model with the provided data and model.