wolffd@0: function s = maxitmess() wolffd@0: %MAXITMESS Create a standard error message when training reaches max. iterations. wolffd@0: % wolffd@0: % Description wolffd@0: % S = MAXITMESS returns a standard string that it used by training wolffd@0: % algorithms when the maximum number of iterations (as specified in wolffd@0: % OPTIONS(14) is reached. wolffd@0: % wolffd@0: % See also wolffd@0: % CONJGRAD, GLMTRAIN, GMMEM, GRADDESC, GTMEM, KMEANS, OLGD, QUASINEW, SCG wolffd@0: % wolffd@0: wolffd@0: % Copyright (c) Ian T Nabney (1996-2001) wolffd@0: wolffd@0: s = 'Maximum number of iterations has been exceeded'; wolffd@0: