fuzzy_partitions {rLDCP} | R Documentation |
Define the fuzzy parititions
Description
It is a constructor of fuzzy partitions, it defines a set of membership functions. It takes as input a set of
trapezoid_mf
or triangle_mf
or objects in the shape_mf class.
Usage
fuzzy_partitions(...)
Arguments
... |
are the diferent partitions, e.g., |
Value
the (fuzzy_partitions <- list(...)
Examples
fuzzy_partitions(triangle_mf(450,450,550),
triangle_mf(450,550,600),
trapezoid_mf(550,600,800, 1000),
triangle_mf(800,1000,1300),
trapezoid_mf(1000,1300,1500,1500))
[Package rLDCP version 1.0.2 Index]