Package | Description |
---|---|
org.grouplens.lenskit |
Interfaces defining the LensKit API.
|
org.grouplens.lenskit.basic |
Basic component implementations.
|
org.grouplens.lenskit.core |
Core API implementation classes for LensKit.
|
org.grouplens.lenskit.transform.quantize |
Quantize values.
|
Modifier and Type | Method and Description |
---|---|
RatingPredictor |
Recommender.getRatingPredictor()
Get the recommender's rating scorer.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRatingPredictor
Base class to make rating predictors easier to implement.
|
class |
SimpleRatingPredictor
Basic
RatingPredictor backed by an
ItemScorer . |
Modifier and Type | Method and Description |
---|---|
RatingPredictor |
SimpleRatingPredictor.Provider.get() |
Modifier and Type | Method and Description |
---|---|
RatingPredictor |
LenskitRecommender.getRatingPredictor() |
Modifier and Type | Class and Description |
---|---|
class |
QuantizedRatingPredictor
A rating predictor wrapper that quantizes predictions.
|
Constructor and Description |
---|
QuantizedRatingPredictor(DataAccessObject dao,
RatingPredictor base,
Quantizer q)
Construct a new quantized predictor.
|
Copyright © 2013 GroupLens Research. All Rights Reserved.