paulgoetze / weka-jruby

Machine Learning & Data Mining with JRuby
MIT License
65 stars 8 forks source link

Allow applying multiple filters on instances with #apply_filters #2

Closed paulgoetze closed 8 years ago

paulgoetze commented 8 years ago

Allows to apply multiple filters on an Instances object:

filtered_data = instances.apply_filters(filter, other_filter, yet_another_filter, ...)

Fixes #1.