Java org.apache.mahout.cf.taste.impl.recommender GenericUserBasedRecommender fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.cf.taste.impl.recommender GenericUserBasedRecommender fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.cf.taste.impl.recommender GenericUserBasedRecommender.

The text is from its open source code.

Constructor

Method

Listrecommend(long userID, int howMany)

Default implementation which just calls Recommender#recommend(long,int,org.apache.mahout.cf.taste.recommender.IDRescorer) , with a org.apache.mahout.cf.taste.recommender.Rescorer that does nothing.