Description Usage Arguments Value Author(s) Examples
View source: R/FuzzyToolkitUoN.R
Evaluates a membership function dependent on the function type to return plottable values.
1 | evalMF(x, mfParams, mfType)
|
x |
The variable range, numeric vector. |
mfParams |
The input parameters that will be used with a membership function. They should be in a numeric vector which is the same length as required by the membership function's mfParams. |
mfType |
The type of the membership function, a string that can be either 'gaussMF', 'gaussbMF', 'triMF', or 'trapMF'. |
Returns a numeric vector containing the values of an evaluated membership function.
Craig Knott, Luke Hovell, Nathan Karimian.
1 |
Loading required package: splines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.