Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have to following situation:

I train a classifier using a dataset and cross-validation:

enter image description here

Now I want to read another file (dataset) with unlabeled instances and want them to be classified by the classifier (SMO) that was learnt right before (with the first dataset).

I probably need another ArffLoader, ClassAssigner, TextViewer and one or two other components (but I couldn't find any suitable ones for this task).

share|improve this question
1  
So what is your question? – Thomas Jungblut Nov 14 '12 at 13:49

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.