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

    function param = parameterInfo

% Copyright 2012-2013 The MathWorks, Inc.

param = [...
  nnetParamInfo('regularization','Regularization Ratio','nntype.real_0_to_1',0,...
  'Fraction of performance associated with regularization.'),...
  nnetParamInfo('normalization','Normalization','nntype.error_norm_mode','none',...
  'The kind of error normalization relative to target ranges.'),...
  ];