| Group: | Neural Networks |
| See also: | nnrsetnet nnrsettrain nnrdovm |
| Function: | nnrtest | |
| Description: | nnrtest computes for a given network and dataset the y-values. |
| Usage: | yh = nnrtest (param, data, weights) | |
| Input: | ||
| param | 7 x 1 vector of parameters | |
| data | n x (p+q) matrix of input and output data | |
| weights | n x 1 vector of weights for each observation | |
| Output: | ||
| yh | n x q estimated values | |
| Group: | Neural Networks |
| See also: | nnrsetnet nnrsettrain nnrdovm |