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

Example usage for Java org.apache.mahout.cf.taste.impl.recommender AbstractRecommender 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 AbstractRecommender.

The text is from its open source code.

Subclass

org.apache.mahout.cf.taste.impl.recommender.AbstractRecommender has subclasses.
Click this link to see all its subclasses.

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.