set_net_costfcn_snn.m
来自「神经网络的工具箱, 神经网络的工具箱,」· M 代码 · 共 19 行
M
19 行
function net = set_net_costfcn_snn(net, costfcn_struct)%SET_NET_COSTFCN_SNN Set cost function of network.%%Syntax%% net = set_net_costfcn_snn(net, costfcn_struct)%% net - net to set cost function on.% costfcn_struct - a costfcn_struct with the cost function to% set.%%See also%% COSTFCN_STRUCT_SNN%net.costFcn = costfcn_struct;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?