powered by
Plots a 2D graph of the firing strength for a antecedent produced by different inference method
cmp.firing( IP, mfType, mfPara, fuzMethod, fuzPara, SFLS = TRUE, STD = TRUE, CEN = FALSE, SIM = FALSE, step = 100, fisRange = NULL )
A matrix representing the input stack, number of inputs (columns) by number of outputs (rows).
The type of fuzzy membership function
The parameters for the given type of membership function
The type of fuzzy membership function for non-singleton fuzzification
The parameters for the given fuz.type of membership function
When TRUE, shows the firing strength produced by SFLS
When TRUE, shows the firing strength produced by std-NSFLS
When TRUE, shows the firing strength produced by cen-NSFLS
When TRUE, shows the firing strength produced by sim-NSFLS
For discrete fuzzification
Field of definition, for example, c(1,10)
A two dimensional graph displaying all the firing strength produced by given method.
# NOT RUN { cmp.firing(1, 'gaussmf', c(1, 2.5, 1), 'gbell', c(0.4, 2), step=100) # }
Run the code above in your browser using DataLab