From: AS Sarkar on
Dear All,
I am using nntool (matlab 7) for ANN.

I use data (input and traget) for training and testing.

After training I can export the ANN predicted output for the training data.

Can anybody tell me how can I export the ANN predicted output for the Testing data.

Thanks in advance.

regards
AS
From: Greg Heath on
On Dec 28, 11:36 pm, "AS Sarkar" <as_mum...(a)sify.com> wrote:
> Dear All,
> I am using nntool (matlab 7) for ANN.
>
> I use data (input and traget) for training and testing.
>
> After training I can export the ANN predicted output for the training data.
>
> Can anybody tell me how can I export the ANN predicted output for the Testing data.

The same way unless you saved the training data output
in an atypical way.

How did you do it for the training data?

Hope this helps

Greg