initanfis Create an initial ANFIS model.
fls = initanfis(E,L,FP);
Training data, each variables arranged in a column, with last column as the output varaible
Number of membership functions per input variable
Membership function, 'gbellmf', 'trimf' or 'trapmf'
ANFIS model (in format compatible with sciFLT)
This function calculate the initial ANFIS model structure which is compatible with sciFLT module.