Package | Description |
---|---|
es.uam.eps.ir.ranksys.core.feature |
Classes for accessing item-feature data.
|
es.uam.eps.ir.ranksys.fast.feature |
Fast versions of FeatureData.
|
es.uam.eps.ir.ranksys.fast.index |
Fast versions of user/item/feature indexes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FeatureData<I,F,V>
Item-feature data.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleFeatureData<I,F,V>
Simple map-based feature data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FastFeatureData<I,F,V>
Fast version of FeatureData, where item-feature relationships are
stored internally by the indexes provided by FastItemIndex and FastFeatureIndex.
|
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 | Interface and Description |
---|---|
interface |
FastFeatureIndex<F>
Fast version of FeatureIndex, where features are internally represented with numerical indices from 0 (inclusive) to the number of indexed features (exclusive).
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleFastFeatureIndex<F>
Simple implementation of FastFeatureIndex backed by a bi-map IdxIndex
|
Copyright © 2016. All rights reserved.