Package | Description |
---|---|
es.uam.eps.ir.ranksys.nn.item |
Item-based nearest neighbors recommenders.
|
es.uam.eps.ir.ranksys.nn.item.neighborhood |
Item neighborhoods.
|
es.uam.eps.ir.ranksys.novelty.inverted.neighborhood |
Inverted neighborhoods.
|
Modifier and Type | Field and Description |
---|---|
protected ItemNeighborhood<I> |
ItemNeighborhoodRecommender.neighborhood
Item neighborhoods.
|
Constructor and Description |
---|
ItemNeighborhoodRecommender(FastPreferenceData<U,I> data,
ItemNeighborhood<I> neighborhood,
int q)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedItemNeighborhood<I>
Cached item neighborhood.
|
class |
ThresholdItemNeighborhood<I>
Threshold item neighborhood.
|
class |
TopKItemNeighborhood<I>
Top-k item neighborhood.
|
Constructor and Description |
---|
CachedItemNeighborhood(ItemNeighborhood<I> neighborhood)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
InvertedItemNeighborhood<I>
Inverted item neighborhood.
|
Constructor and Description |
---|
InvertedItemNeighborhood(ItemNeighborhood<I> neighborhood)
Constructor.
|
Copyright © 2016. All rights reserved.