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