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