www.gusucode.com > nnet 工具箱 matlab 源码程序 > nnet/nnperformance/Contents.m

    % Neural Network Toolbox Performance Functions.
%
%   mae          - Mean absolute error performance function.
%   mse          - Mean squared error performance function.
%   sae          - Sum absolute error performance function.
%   sse          - Sum squared error performance function.
%   crossentropy - Cross-entropy performance.
%   msesparse    - Mean squared error performance function with L2 weight and sparsity regularizers.
%
% <a href="matlab:help nnet/Contents.m">Main nnet function list</a>.
 
% Copyright 1992-2015 The MathWorks, Inc.