Learn R Programming

FisPro (version 1.0)

mf_trapezoidal: mf_trapezoidal class

Description

Class to build trapezoidal MF.

Arguments

Inherits

mf_trapezoidal class inherits all fields and methods of mf class.

Methods

constructor(lower_support, lower_kernel, upper_kernel, upper_support)

argument: lower_support numerical lower value of support. argument: lower_kernel numerical lower value of kernel. argument: upper_kernel numerical upper value of kernel. argument: upper_support numerical upper value of support. return: an object of mf_trapezoidal.

Examples

Run this code
# NOT RUN {
mf <- new(mf_trapezoidal, 0, 1, 2, 3)
mf$degree(0.5)

# }

Run the code above in your browser using DataLab