What are the meanings of fuzzy rules expressed in indices format?

3 visualizzazioni (ultimi 30 giorni)
1 1, 1 (1) : 2
2 0, 2 (1) : 1
Regards

Risposte (1)

Sam Chak
Sam Chak il 27 Set 2024
1 1, 1 (1) : 2
2 0, 2 (1) : 1
This approach is one of several ways to specify the rules using membership function indices. The first row (without ID) refers to the first rule, while the second row corresponds to the second rule. The indices for the fuzzy rules in this format have the following meanings:
  • Column 1 — Index of the membership function for the first input
  • Column 2 — Index of the membership function for the second input
  • Column 3 — Index of the membership function for the output
  • Column 4 — Rule weight (ranging from 0 to 1)
  • Column 5 — Fuzzy operator (1 for AND, 2 for OR)
For the second rule (in the second row), the '0' in Column 2 indicates that the second input is 'none'.

Categorie

Scopri di più su Fuzzy Logic Toolbox in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by