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

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

Introduction

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

Usage

From source file com.mashup.resys.recommender.GenericRecommendedItem.java

/**
 * <p>
 * A simple implementation of {@link RecommendedItem}.
 * </p>
 */
public final class GenericRecommendedItem implements RecommendedItem, Serializable {

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

/**
 * An implementation of {@link RecommendedItem} which is mutable. This lets implementations
 * reuse one object during its iterations rather than create new objects for each element.
 *
 * @author Sean Owen
 * @since 1.0

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

/**
 * Simple and complete implementation of {@link RecommendedItem} which can be compared with itself.
 *
 * @author Sean Owen
 * @since 1.0
 */