?? get_net_costfcn_snn.m
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -