powered by
Creates a fis object.
newfis( fisName, fisType = "mamdani", mfType = "t1", andMethod = "min", orMethod = "max", impMethod = "min", aggMethod = "max", defuzzMethod = "centroid" )
String representing the fis name.
Type of the fis, default is 'mamdani'.
Type of membership functions, 't1' or 'it2'
The AND method for the fis, default is 'min'.
The OR method for the fis, default is 'max'.
The implication method for the fis, default is 'min'.
The aggregation method for the fis, default is 'max'.
The defuzzification method for the fis, default is 'centroid'.
A new fis structure.
# NOT RUN { fis <- newfis("fisName") # }
Run the code above in your browser using DataLab