Details
-
Question
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
0.6
-
None
-
None
Description
Hello, I'm working on a GSoC2011 project which is to integrate Mahout into Drupal to provide content recommender services. I'm now considering whether to use the JDBCDataModel provided by Mahout, or retrieve data into memory myself and user GenericDataModel. I see org.apache.mahout.cf.taste.impl.model.jdbc is missing in Mahout v0.6. If JDBCDataModel is removed in future release of Mahout, I'll just ignore it. Any suggestions? Thanks!