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

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

Introduction

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

Usage

From source file norbert.mynemo.core.recommendation.recommender.RamPersistenceStrategy.java

/**
 * This class keeps the factorization in the main memory. Thus the data is persisted until the
 * program is shut down.
 */
class RamPersistenceStrategy implements PersistenceStrategy {