Import a test set

The front end.
Post Reply
student
Posts: 5
Joined: Wed Jun 18, 2008 8:49 am

Import a test set

Post by student »

I've trained my network with a trainings set.
Now I want to test it with the test set.
Is there a possibility to import the complete test set and compute it or have I to choose the evidence for each node by hand?
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Import a test set

Post by shooltz[BayesFusion] »

student wrote:I've trained my network with a trainings set.
Now I want to test it with the test set.
Is there a possibility to import the complete test set and compute it or have I to choose the evidence for each node by hand?
The closest thing would be using Data|Copy Cases command, which would create the set of cases in the network. You would be able to apply the evidence using entire cases, representing the rows in the data set (as opposed to setting evidenec on each node by hand).

You can of course use SMILE, jSMILE or Smile.NET to automate the process completely.
student
Posts: 5
Joined: Wed Jun 18, 2008 8:49 am

Post by student »

Thanks, that's much better!
Post Reply