| MfTriangular | R Documentation |
Class to manage a triangular membership function
MfTriangular class inherits all fields and methods of Mf class
MfTriangular(lower_support, kernel, upper_support)lower_supportnumeric lower value of support
kernelnumeric value of kernel
upper_supportnumeric upper value of support
MfTriangular object
NewMfTriangular
mf <- NewMfTriangular(0, 1, 2)
mf$degree(0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.