disp

str = sprintf( 'Best Cross Validation MSE = %g Best c = %g Best g = %g',bestmse,bestc,bestg);
disp(str);
 
fprintf('\nProgram paused. Press enter to continue.\n');
fprintf('Predict grand truth.\n');
pause;

str = sprintf( 'Best Cross Validation MSE = %g Best c = %g Best g = %g',bestmse,bestc,bestg);

disp(str); 

TTESTT180TTESTT

posted on 2019-08-17 13:23  webmine  阅读(142)  评论(0)    收藏  举报

导航