Interface | Description |
---|---|
IdealRelevanceModel.UserIdealRelevanceModel<U,I> |
User relevance model for IdealRelevanceModel
|
RelevanceModel.UserRelevanceModel<U,I> |
User-specific relevance models.
|
Class | Description |
---|---|
BackgroundBinaryRelevanceModel<U,I> |
Background discount model: assumes the relevance of unseen items in a test
subset with a pre-fixed gain value.
|
BinaryRelevanceModel<U,I> |
Relevance model in which the items in a preference subset with a value
equal or above a threshold are judged as relevant.
|
IdealRelevanceModel<U,I> |
Relevance model in which there is full, a-priori knowledge of the relevance
of all the items in the collection.
|
NoRelevanceModel<U,I> |
Relevance model in which every item is judged as relevant.
|
RelevanceModel<U,I> |
Relevance model: deciding when an item is relevant to a user and the
gain obtained for being recommended.
|
Copyright © 2016. All rights reserved.