powered by
To generate a fuzzy membership function based on generalised bell fuzzification for the given crisp input x
gbell.fuzzification(x, mf.params)
the crisp input, which will be the parameter c for a generalised bell membership function
the parameters c(a, b) or c(a, b, h) for a generalised bell membership function
The gbell MF centred at the crisp point x
# NOT RUN { mf <- gbell.fuzzification(3, c(1,2)) # This is the same as: mf <- genmf('gbellmf', c(1,2,3)) evalmf(1:10, mf) # }
Run the code above in your browser using DataLab