Description Usage Arguments Value Author(s) Examples
Creates a FIS object.
1 |
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'. |
A new FIS structure.
Craig Knott, Luke Hovell, Nathan Karimian
1 | MyFIS <<- newFIS("MyFISName")
|
Loading required package: splines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.