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