triangle_mf {rLDCP} | R Documentation |
Define the triangle membership function
Description
It is a constructor of triangular shapes. They take as input the numerical values which define the anchor points in membership functions.
Usage
triangle_mf(a, b, c)
Arguments
a |
the trapezoid point a. |
b |
the trapezoid point b. |
c |
the trapezoid point c. |
Value
the (triangle_mf <- list(a,b,c))
Examples
triangle_mf(0, 1, 2)
[Package rLDCP version 1.0.2 Index]