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

Example usage for Java org.apache.mahout.cf.taste.impl.model GenericBooleanPrefDataModel 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 GenericBooleanPrefDataModel.

The text is from its open source code.

Constructor

GenericBooleanPrefDataModel(FastByIDMap userData)

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

GenericBooleanPrefDataModel(DataModel dataModel)

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

Method

FastByIDMaptoDataMap(DataModel dataModel)
Exports the simple user IDs and associated item IDs in the data model.
FastByIDMaptoDataMap(FastByIDMap data)