フィルターのクリア

How to analyze the output of a Mamdani fuzzy inference system?

1 回表示 (過去 30 日間)
motevalizadeh
motevalizadeh 2020 年 3 月 6 日
編集済み: motevalizadeh 2020 年 3 月 6 日
I designed a FIS (mamdani) and added some rules to it.
Have 2 labels on my dataset named 1 and 2. The problem is that when I evaluate data (just one row) it returns a number in output like 1.2555 or 1.5877.
I'm a little confused because its mamdani type and the output should be one of the labels, I mean (on my sample) output should be 1 or 2.
But why my output is a number like 1.2555 or 1.5877(as an example)? whats the relation between output and lables?
fis = addrule(fis,ruleList);
output =evalfis(fis,inputData);

回答 (0 件)

カテゴリ

Help Center および File ExchangeFuzzy Inference System Modeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by