Example usage for org.apache.mahout.cf.taste.impl.recommender.svd Factorizer interface-usage

List of usage examples for org.apache.mahout.cf.taste.impl.recommender.svd Factorizer interface-usage

Introduction

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

Usage

From source file com.recsys.factorizer.CustomAbstractFactorizer.java

/**
 * base class for {@link Factorizer}s, provides ID to index mapping
 */
public abstract class CustomAbstractFactorizer implements Factorizer {

    private final DataModel dataModel;