Description Usage Arguments Value Author(s) Examples
View source: R/FuzzyToolkitUoN.R
Removes a specified membership function from a given variable (which must be part of a FIS object).
1 | removeMF(FIS, varType, varIndex, mfIndex)
|
FIS |
Requires a FIS. |
varType |
Should be either 'input' or 'output', representing the type of variable. |
varIndex |
The index of the input or output variable (Base 1). |
mfIndex |
The index of the membership function which is to be removed. |
A FIS with the membership function removed.
Craig Knott, Luke Hovell, Nathan Karimian
1 2 | FIS <<- tippertest()
FIS <<- removeMF(FIS, "input", 2, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.