MfTrapezoidalInf {FisPro} | R Documentation |
Class "MfTrapezoidalInf"
Description
Class to manage a trapezoidal inf membership function
Inherits
MfTrapezoidalInf class inherits all fields and methods of Mf class
Constructors
MfTrapezoidalInf(upper_kernel, upper_support)
-
- argument:
upper_kernel
numeric upper value of kernel
- argument:
upper_support
numeric upper value of support
- return:
MfTrapezoidalInf object
- argument:
See Also
Examples
mf <- NewMfTrapezoidalInf(0, 1)
mf$degree(0.5)
[Package FisPro version 1.1.4 Index]