powered by
To convert the crisp input x to a fuzzy membership function with specified fuzzification method
x.fuzzification(fuzzification.method, x, mf.params)
The fuzzification method
The required parameters for a fuzzification method
The parameters for a membership function
The corresponding fuzzy membership function
# NOT RUN { x <- 3 mf <- x.fuzzification(gbell.fuzzification, x, c(1,2)) # This is the same as: mf <- genmf(gbellmf, c(1,2,x)) evalmf(1:10, mf) # }
Run the code above in your browser using DataLab