Package es.uam.eps.ir.relison.links.data.updateable.index.fast
-
Interface Summary Interface Description FastUpdateableFeatureIndex<F> Fast and updateable version of a FeatureIndex, where features are internally represented with numerical indices from 0 (inclusive) to the number of indexed features (exclusive).FastUpdateableItemIndex<I> Fast updateable version of ItemIndex, where items are internally represented with numerical indices from 0 (inclusive) to the number of indexed items (exclusive).FastUpdateableUserIndex<U> Fast and updateable version of UserIndex, where users are internally represented with numerical indices from 0 (inclusive) to the number of indexed users (exclusive). -
Class Summary Class Description FastUpdateableGraphIndex<U> Class that represents both user and item indexes for a graph.SimpleFastUpdateableFeatureIndex<F> Simple implementation of FastUpdateableFeatureIndex backed by a bi-map IdxIndexSimpleFastUpdateableItemIndex<I> Simple implementation of FastUpdateableItemIndex backed by a bi-map IdxIndexSimpleFastUpdateableUserIndex<U> Simple implementation of FastUpdateableUserIndex backed by a bi-map IdxIndex