Example usage for org.apache.mahout.cf.taste.common Refreshable interface-usage

List of usage examples for org.apache.mahout.cf.taste.common Refreshable interface-usage

Introduction

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

Usage

From source file com.webir.popcornsaver.cluster.ClusterSimilarity.java

/**
 * <p>
 * Returns the "similarity" between two clusters of users, according to some definition of similarity.
 * Subclassses define different notions of similarity.
 * </p>
 *

From source file net.ufida.info.mahout.common.RefreshHelper.java

/**
 * A helper class for implementing {@link Refreshable}. This object is typically included in an implementation
 * {@link Refreshable} to implement {@link Refreshable#refresh(Collection)}. It execute the class's own
 * supplied update logic, after updating all the object's dependencies. This also ensures that dependencies
 * are not updated multiple times.
 */