denfiss.m
来自「denfis NN for matlab」· M 代码 · 共 16 行
M
16 行
% 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 + =
减小字号Ctrl + -
显示快捷键?