You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wekamooc...@googlegroups.com
I have used NaiveBayesMultinomialUpdateable classifier for creating a model for my train data.
I have 35 classes under which there was training data. I created arff from SimpleCLI of Weka. I then trained the data and created a model out of it. Now I need to add 36 class to the data. How to I update the already created model. Do I have to go with the same lengthy process again whenever I add a new class or as the name suggest updateable I can update my classifier (i.e model). If yes how to do that.
Gabriel Santos
unread,
Aug 5, 2014, 12:26:13 PM8/5/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wekamooc...@googlegroups.com
Hi,
The NaiveBayesMultinomialUpdateable implements (in Java terminology) the UpdateableClassifier to allow incremental classification, by learning one instance at a time.