I am using weka for classification. In weka i am using SMO to classify the documents.In some situation SMO return wrong category.
For example take 2 category Computer and Cricket.First i trained and created model for these 2 category.Then i am going to test a document which contents are related to both category in 50:50 ratio. The SMO returns only the first category computer. If 50:50 ratio means i need to return both category.
How to achieve Multiclass classification in SMO classifier ?