Example usage for org.apache.mahout.cf.taste.impl.recommender AbstractCandidateItemsStrategy subclass-usage

List of usage examples for org.apache.mahout.cf.taste.impl.recommender AbstractCandidateItemsStrategy subclass-usage

Introduction

In this page you can find the example usage for org.apache.mahout.cf.taste.impl.recommender AbstractCandidateItemsStrategy subclass-usage.

Usage

From source file io.prediction.engines.base.mahout.AllValidItemsCandidateItemsStrategy.java

public final class AllValidItemsCandidateItemsStrategy extends AbstractCandidateItemsStrategy {

    private final FastByIDMap<FastIDSet> seenDataMap;
    private final long[] validItemIDs;

    /*