Package | Description |
---|---|
es.uam.eps.ir.ranksys.fast.feature |
Fast versions of FeatureData.
|
es.uam.eps.ir.ranksys.rec.runner.fast |
Fast recommender runners.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFastFeatureData<I,F,V>
Abstract FastFeatureData, implementing the interfaces of FastItemIndex and
FastFeatureIndex by delegating to implementations of these.
|
class |
SimpleFastFeatureData<I,F,V>
Simple implementation of FastFeatureData backed by nested lists.
|
Modifier and Type | Method and Description |
---|---|
static <U,I,F> Function<U,IntPredicate> |
FastFilters.withFeatures(FastFeatureData<I,F,?> featureData)
Item filter that discard items for which no feature data is available.
|
Copyright © 2016. All rights reserved.