See: Description
Interface | Description |
---|---|
RecommendationFormat<U,I> |
Recommendation writers and readers with a common format.
|
RecommendationFormat.Reader<U,I> |
Recommendation reader.
|
RecommendationFormat.Writer<U,I> |
Recommendation writer.
|
Class | Description |
---|---|
MahoutRecommendationFormat<U,I> |
Reader for Mahout-like recommendations.
|
SimpleRecommendationFormat<U,I> |
Simple format for recommendations: tab-separated user-item-score triplets, grouping first by user (not necessarily in order) and then by decreasing order of score.
|
TRECRecommendationFormat<U,I> |
Reader for TREC-like recommendations.
|
TuplesRecommendationFormat<U,I> |
Reader for formats where recommendations are stored in tuples, one each line.
|
ZipRecommendationFormat<U,I> |
Format similar to SimpleRecommendationFormat, but files are zipped and scores can be omitted when writing and reading for higher performance when they are not needed and only order matters.
|
Copyright © 2016. All rights reserved.