Description Usage Arguments Value Author(s) Examples
View source: R/FuzzyToolkitUoN.R
Returns an evaluated crisp value for a given FIS structure.
1 | evalFIS(inputStack, fis, numPoints = 101)
|
inputStack |
A matrix representing the input stack, number of inputs (columns) by number of outputs (rows). |
fis |
A FIS must be provided. |
numPoints |
An optional argument that represents the number of sample points on which to evaluate the membership functions. |
Returns a matrix of evaluated values.
Craig Knott, Luke Hovell, Nathan Karimian
1 2 3 4 | MyMatrix <<- matrix((1:2),1,2)
FIS <<- tippertest()
evalFIS(MyMatrix, FIS)
evalFIS(MyMatrix, FIS, 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.