Usage
newFIS(FISName, FISType = "mamdani", version = "1.0", andMethod = "min", orMethod = "max", impMethod = "min", aggMethod = "max", defuzzMethod = "centroid")
Arguments
FISName
String representing the FIS name.
FISType
Type of the FIS, default is 'mamdani'.
version
FIS version, default is '1.0' as a string.
andMethod
The AND method for the FIS, default is 'min'.
orMethod
The OR method for the FIS, default is 'max'.
impMethod
The implication method for the FIS, default is 'min'.
aggMethod
The aggregation method for the FIS, default is 'max'.
defuzzMethod
The defuzzification method for the FIS, default is 'centroid'.