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_support
numeric lower value of support
lower_kernel
numeric lower value of kernel
upper_kernel
numeric upper value of kernel
upper_support
numeric 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.