NullPointerException when using GenericItemBasedRecommender with FileDataModel
------------------------------------------------------------------------------
Key: MAHOUT-485
URL: https://issues.apache.org/jira/browse/MAHOUT-485
Project: Mahout
Issue Type: Bug
Components: Collaborative Filtering
Affects Versions: 0.4
Reporter: Sebastian Schelter
When GenericItemBasedRecommender is instantiated it calls getMinPreference on
DataModel to see if it has to build a capper. When used with a FileDataModel
this results in a NullPointerException as FileDataModel tries to delegate this
call to its not yet existing delegate (which is a GenericDataModel that is yet
to be loaded)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.