Java org.apache.mahout.cf.taste.impl.model GenericDataModel fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.cf.taste.impl.model GenericDataModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.cf.taste.impl.model GenericDataModel.

The text is from its open source code.

Constructor

GenericDataModel(FastByIDMap userData)

Creates a new GenericDataModel from the given users (and their preferences).

GenericDataModel(DataModel dataModel)

Creates a new GenericDataModel containing an immutable copy of the data from another given DataModel .

GenericDataModel(FastByIDMap userData, FastByIDMap> timestamps)

Creates a new GenericDataModel from the given users (and their preferences).

Method

FastByIDMaptoDataMap(FastByIDMap> data, boolean byUser)
Swaps, in-place, List s for arrays in Map values .