Learn R Programming

rLDCP (version 1.0.2)

fuzzy_rules: Define the fuzzy rules

Description

It is a constructor of fuzzy rules, the arguments are the diferent fuzzy_rule object.

Usage

fuzzy_rules(...)

Arguments

...

one or more fuzzy_rule objects.

Value

fuzzy_rules <- list(...)

Examples

Run this code
# NOT RUN {
fuzzy_rules(fuzzy_rule(0,0,1, 0,0,1, 0,0,1),
     fuzzy_rule(1,0,0, 1,0,0, 1,0,0),
     fuzzy_rule(0,1,0, 0,1,0, 0,1,0))
# }

Run the code above in your browser using DataLab