powered by
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)
t-norm operator
the fuzzy input membership function
the antecedent membership function
lower bound of the input
upper bound of the input
the rule firing strenth
# NOT RUN { 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 # }
Run the code above in your browser using DataLab