Example usage for org.apache.mahout.cf.taste.model Preference interface-usage

List of usage examples for org.apache.mahout.cf.taste.model Preference interface-usage

Introduction

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

Usage

From source file org.plista.kornakapi.core.MutablePreference.java

/** implementation of {@link Preference}, the framework might reuse this instance */
public class MutablePreference implements Preference {

    private long userID;
    private long itemID;
    private float value;