vasinov / jruby_mahout

JRuby Mahout is a gem that unleashes the power of Apache Mahout in the world of JRuby.
MIT License
162 stars 16 forks source link

Support for other Mahout Components #4

Open ajmath opened 10 years ago

ajmath commented 10 years ago

I'm interested in using the classification and dimensionality reduction capabilities of mahout via this Gem. It appears the the current version is limited to only recommenders. Do you have any suggestions for how this would best be implemented?

vasinov commented 10 years ago

@matheeeny, it would probably make sense to follow the current pattern and implement the Classifier class that implements appropriate Mahout Java interfaces.

Unfortunately, I'm very limited in terms of time, so I can't put a lot of hours into this gem, but you are more than welcome to contribute via pull requests.