Friday, 23 August 2013

Removing instances in Weka

Removing instances in Weka

I am using the Weka Java API where I have a piece of code. In the code, I
am trying to do something as follows:
if (condition)
remove instance (i)
I believe that Weka does not have an option for direct removal of
instances in this way. Any suggestions, pros?

No comments:

Post a Comment