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

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

Introduction

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

Usage

From source file net.myrrix.common.stats.RunningStatistics.java

/**
 * Like implementations of {@link RunningAverageAndStdDev} but adds more statistics, like min and max.
 *
 * @author Sean Owen
 */
public final class RunningStatistics implements RunningAverageAndStdDev, RunningAverageAndMinMax, Serializable {