Package | Description |
---|---|
org.ranksys.formats.rec |
Write and read format for recommendations in files.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
TRECRecommendationFormat<U,I>
Reader for TREC-like recommendations.
|
class |
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.