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

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

Introduction

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

Usage

From source file CandidateItemsStrategyCustom.java

/**
 *
 * @author Daniele Cenni, daniele.cenni@unifi.it
 */
public class CandidateItemsStrategyCustom implements CandidateItemsStrategy {

From source file org.plista.kornakapi.core.recommender.CachingAllUnknownItemsCandidateItemsStrategy.java

/** a {@link CandidateItemsStrategy} that will cache all itemIDs in memory */
public class CachingAllUnknownItemsCandidateItemsStrategy implements CandidateItemsStrategy {

    private DataModel dataModel;
    private FastIDSet allItemIDs;