Description Usage Arguments Value Author(s) Examples
View source: R/FuzzyOperation.R
To get the firing strength for the given input fuzzification membership function and the antecedent membership function in the domain of [lower, upper]
1 | fuzzy.firing(operator, x.mf, ante.mf, lower, upper)
|
operator |
t-norm operator |
x.mf |
the fuzzy input membership function |
ante.mf |
the antecedent membership function |
lower |
lower bound of the input |
upper |
upper bound of the input |
the rule firing strenth
Chao Chen
1 2 3 4 | x.mf <- x.fuzzification(gbell.fuzzification, 3, c(1,2))
ante.mf <- genmf(gbellmf, c(1,2,6))
firing.strength <- fuzzy.firing(min, x.mf, ante.mf, lower=0, upper=10)
firing.strength
|
[1] 0.1649484
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.