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

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

The text is from its open source code.

Subclass

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

Constructor

Method

ListmostSimilarItems(long itemID, int howMany)
ListmostSimilarItems(long[] itemIDs, int howMany)
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.

Listrecommend(long userID, int howMany, IDRescorer rescorer, boolean includeKnownItems)
ListrecommendedBecause(long userID, long itemID, int howMany)