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

    function  [head,width]= colhead(m);
% NNMODEL/COLHEAD column headings for listview summary stats

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.



%head  = {'MSE','R^2','F'};
head= {'Observations','Parameters', 'Box-Cox','RMSE', 'R^2'};
width = [35,35,25,40,40];