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

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

Introduction

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

Usage

From source file norbert.mynemo.core.evaluation.FilteringIterator.java

/**
 * This iterator uses its delegate iterator, but filters the given masked id.
 */
public class FilteringIterator implements LongPrimitiveIterator {

    private final LongPrimitiveIterator delegate;

From source file org.easyrec.mahout.store.iterator.LongResultSetIteratorMysql.java

/**
 * Created by IntelliJ IDEA.
 * User: dmann
 * Date: 14.09.11
 * Time: 13:45
 * To change this template use File | Settings | File Templates.

From source file org.zaizi.mahout.util.LongListIterator.java

/**
 * Created by IntelliJ IDEA.
 * User: jcarrey
 * Date: 31/08/2011
 * Time: 09:13
 * To change this template use File | Settings | File Templates.