get_wcf_e_snn.m
来自「神经网络的工具箱, 神经网络的工具箱,」· M 代码 · 共 22 行
M
22 行
function e = get_wcf_e_snn(wcf_struct)%GET_WCF_E_SNN Get output variable error functions from a wcf_struct.%%Syntax%% e = get_wcf_e_snn(wcf_struct)%% wcf_struct - wcf_struct with wcf_snn parameters.% e - [NL x 1] cell matrix of output variable error functions. % OR % string of output variable error function for all variables. %% (NL = #outputs)%if ~strcmp(get_costfcn_name_snn(wcf_struct), 'wcf_snn') error('Cost function of wcf_struct is not wcf_snn');ende = wcf_struct.fn;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?