Learn R Programming

FuzzyToolkitUoN (version 1.0)

newFIS: Create a FIS newFIS

Description

Creates a FIS object.

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'.

Value

    Examples

    Run this code
    MyFIS <<- newFIS("MyFISName")

    Run the code above in your browser using DataLab