MfTrapezoidalInf | R Documentation |
Class to manage a trapezoidal inf membership function
MfTrapezoidalInf class inherits all fields and methods of Mf class
MfTrapezoidalInf(upper_kernel, upper_support)
upper_kernel
numeric upper value of kernel
upper_support
numeric upper value of support
MfTrapezoidalInf object
NewMfTrapezoidalInf
mf <- NewMfTrapezoidalInf(0, 1)
mf$degree(0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.