Example usage for org.apache.mahout.cf.taste.recommender ItemBasedRecommender interface-usage

List of usage examples for org.apache.mahout.cf.taste.recommender ItemBasedRecommender interface-usage

Introduction

In this page you can find the example usage for org.apache.mahout.cf.taste.recommender ItemBasedRecommender interface-usage.

Usage

From source file net.myrrix.common.MyrrixRecommender.java

/**
 * <p>Defines additional methods supported beyond what is in {@link ItemBasedRecommender},
 * including a method to recommend to "anonymous" users {@link #recommendToAnonymous(long[], int)}
 * and a means to bulk-load data {@link #ingest(Reader)}.</p>
 *
 * <p>Note that the API methods {@link #setPreference(long, long)}