| Package | Description |
|---|---|
| es.uam.eps.ir.ranksys.rec |
Base classes and interfaces for recommendation algorithms.
|
| 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.
|
| es.uam.eps.ir.ranksys.rec.runner |
Recommender runners.
|
| es.uam.eps.ir.ranksys.rec.runner.fast |
Fast recommender runners.
|
| org.ranksys.rec.fast |
Fast version of base classes and interfaces for recommendation algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecommender<U,I>
Abstract recommender.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FastRecommender<U,I>
Fast recommender.
|
| 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 | Method and Description |
|---|---|
void |
FilterRecommenderRunner.run(Recommender<U,I> recommender,
Consumer<Recommendation<U,I>> consumer) |
void |
CandidatesRecommenderRunner.run(Recommender<U,I> recommender,
Consumer<Recommendation<U,I>> consumer) |
void |
RecommenderRunner.run(Recommender<U,I> recommender,
Consumer<Recommendation<U,I>> consumer)
Runs the recommender and prints the recommendations to an output
stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FastFilterRecommenderRunner.run(Recommender<U,I> recommender,
Consumer<Recommendation<U,I>> consumer) |
| 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.