Package | Description |
---|---|
es.uam.eps.ir.ranksys.nn.item.neighborhood |
Item neighborhoods.
|
es.uam.eps.ir.ranksys.nn.neighborhood |
Neighborhoods.
|
es.uam.eps.ir.ranksys.nn.user.neighborhood |
User neighborhoods.
|
es.uam.eps.ir.ranksys.novelty.inverted.neighborhood |
Inverted neighborhoods.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedItemNeighborhood<I>
Cached item neighborhood.
|
class |
ItemNeighborhood<I>
Item neighborhood.
|
class |
ThresholdItemNeighborhood<I>
Threshold item neighborhood.
|
class |
TopKItemNeighborhood<I>
Top-k item neighborhood.
|
Modifier and Type | Field and Description |
---|---|
protected Neighborhood |
ItemNeighborhood.neighborhood
Generic neighborhood.
|
Constructor and Description |
---|
ItemNeighborhood(FastItemIndex<I> iIndex,
Neighborhood neighborhood)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedNeighborhood
Cached neighborhood.
|
class |
ThresholdNeighborhood
Threshold neighborhood.
|
class |
TopKNeighborhood
Top-K neighborhood.
|
Constructor and Description |
---|
CachedNeighborhood(int n,
Neighborhood neighborhood)
Constructor that calculates and caches neighborhoods.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedUserNeighborhood<U>
Cached user similarity.
|
class |
ThresholdUserNeighborhood<U>
Threshold user neighborhood.
|
class |
TopKUserNeighborhood<U>
User top-K neighborhood.
|
class |
UserNeighborhood<U>
User neighborhood.
|
Modifier and Type | Field and Description |
---|---|
protected Neighborhood |
UserNeighborhood.neighborhood
Generic fast neighborhood.
|
Constructor and Description |
---|
UserNeighborhood(FastUserIndex<U> uIndex,
Neighborhood neighborhood)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
InvertedItemNeighborhood<I>
Inverted item neighborhood.
|
class |
InvertedNeighborhood
Inverted neighborhood.
|
class |
InvertedUserNeighborhood<U>
Inverted user neighborhood.
|
Constructor and Description |
---|
InvertedNeighborhood(int n,
Neighborhood neighborhood,
IntPredicate filter)
Constructor.
|
Copyright © 2016. All rights reserved.