MfTriangular: Class "MfTriangular"

MfTriangularR Documentation

Class "MfTriangular"

Description

Class to manage a triangular membership function

Inherits

MfTriangular class inherits all fields and methods of Mf class

Constructors

MfTriangular(lower_support, kernel, upper_support)
argument: lower_support

numeric lower value of support

argument: kernel

numeric value of kernel

argument: upper_support

numeric upper value of support

return:

MfTriangular object

See Also

NewMfTriangular

Examples

mf <- NewMfTriangular(0, 1, 2)
mf$degree(0.5)

FisPro documentation built on March 31, 2023, 7:22 p.m.