| MfTrapezoidal | R Documentation |
Class to manage a trapezoidal membership function
MfTrapezoidal class inherits all fields and methods of Mf class
MfTrapezoidal(lower_support, lower_kernel, upper_kernel, upper_support)lower_supportnumeric lower value of support
lower_kernelnumeric lower value of kernel
upper_kernelnumeric upper value of kernel
upper_supportnumeric upper value of support
MfTrapezoidal object
NewMfTrapezoidal
mf <- NewMfTrapezoidal(0, 1, 2, 3)
mf$degree(0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.