| Library: | nn |
| See also: | nnrsetnet2 nnrsettrain2 nnrtest2 |
| Quantlet: | nnrdovm2 | |
| Description: | nnrdovm2 optimizes a network for a given dataset. |
| Usage: | {wtsout,fout}=nnrdovm2(param, wts) | |
| Input: | ||
| param | 3 x 1 vector number of weights, maximal number of iterations and tracing message visible | |
| wts | vector input weights (either randomly generated or by the user generated). | |
| Output: | ||
| wtsout | vector output weights after optimization | |
| fout | scalar minimal value of error function | |