fuzzy.firing {FuzzyR} | R Documentation |
To get the firing strength for the given input fuzzification membership function and the antecedent membership function in the domain of [lower, upper]
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
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