Learn R Programming

FisPro (version 1.1.4)

MfTrapezoidalInf: Class "MfTrapezoidalInf"

Description

Class to manage a trapezoidal inf membership function

Arguments

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

See Also

NewMfTrapezoidalInf

Examples

Run this code
mf <- NewMfTrapezoidalInf(0, 1)
mf$degree(0.5)

Run the code above in your browser using DataLab