📄 denfiss.m
字号:
% Dynamic Evolving Neural-Fuzzy Inference System: DENFIS Simulating Function
%================================================================================
%= Function Name: denfiss.m =
%= Developer: Qun Son =
%= Date: October, 20001 =
%= Description: Simulate the DENFIS trained by denfis =
%================================================================================
%
% Syntax [Rresult] = denfiss(testingdata, Tresult)
%
% where testdata is the testing data set and Tresult is a structure produced
% by the DENFIS training function, denfis.
% The output structure, Rresult, includes following several fields:
% Rresult.Out: output of the DENFIS evaluation on testing data
% Rresult.Abe: errors of the evaluation on testing data
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -