www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@xregnnet/pNeedsR2Update.m

    function OK = pNeedsR2Update(m)
%PNEEDSUPDATER2 R2 statistics needs updating for Neural network models
%
% OK = pNeedsR2Update(L)
%    This function is called from mdev_local/checkmodel

%  Copyright 2007 The MathWorks, Inc.

OK = m.version<3;