os2expl.m

来自「Optimized scaling算法 可以用来优化选择」· M 代码 · 共 14 行

M
14
字号
% Performance of optimized scaling%% 1. 	PCA: Use apca.m without centering. Take out as many scores as you want to test.% 2. 	Find the best reference by the use of os2ref.m and the scores from apca.m  %		In Matlab type:	bar(RMSEP(:,LV));hold on;bar(RMSEC(:,LV),'r')%		From the plot the best reference can be found, i.e. lowest RMSEC/RMSEP combination  % 3. 	Using os2m.m calculate the regression coefficient, b, % 		and the scaling coefficient, c,%		using the best reference, noll.% 		For prediction of new samples: ypred=x*b/x*c % 		   % L.Stordrange 11.10.01		

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?