Learn R Programming

rLDCP (version 1.0.2)

fuzzy_partitions: 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., trapezoid_mf or triangle_mf.

Value

the (fuzzy_partitions <- list(...)

Examples

Run this code
# NOT RUN {
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))
# }

Run the code above in your browser using DataLab