newFIS: Create a FIS newFIS

Description Usage Arguments Value Author(s) Examples

Description

Creates a FIS object.

Usage

1
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

A new FIS structure.

Author(s)

Craig Knott, Luke Hovell, Nathan Karimian

Examples

1
MyFIS <<- newFIS("MyFISName")

Example output

Loading required package: splines

FuzzyToolkitUoN documentation built on May 2, 2019, 5:50 a.m.