| Package | Description |
|---|---|
| es.uam.eps.ir.ranksys.rec.fast |
Fast version of base classes and interfaces for recommendation algorithms.
|
| es.uam.eps.ir.ranksys.rec.fast.basic |
Basic recommendation algorithms.
|
| org.ranksys.rec.fast |
Fast version of base classes and interfaces for recommendation algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFastRecommender<U,I>
Abstract (fast) recommender.
|
class |
FastRankingRecommender<U,I>
Recommender for top-n recommendations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PopularityRecommender<U,I>
Popularity-based recommender.
|
class |
RandomRecommender<U,I>
Random recommender.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FastEnsembleRecommender<U,I>
Ensemble of recommenders, performs a linear combination of the scores
given by several recommenders.
|
Copyright © 2016. All rights reserved.