Package org.apache.mahout.cf.taste.hadoop.pseudo

Class Summary
RecommenderJob This job runs a "pseudo-distributed" recommendation process on Hadoop.
RecommenderReducer The Reducer which takes as input the user IDs parsed out by the map phase, and for each unique user ID, computes recommendations with the configured Recommender.
UserIDsMapper Extracts and emits all user IDs from the users file, or input file.
 

Enum Summary
ReducerMetrics Custom metrics collected by RecommenderReducer.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.