Package es.uam.eps.ir.relison.index.fast
Fast implementation of indexes and relations.
-
Class Summary Class Description FastIndex<T> Fast implementation of a generic index.FastUnweightedAutoRelation<W> Fast implementation for an unweighted relation of objects with themselves.FastUnweightedPairwiseRelation<W> Unweighted relation between different types of objects.FastUnweightedRelation<W> Fast implementation of an unweighted relation.FastWeightedAutoRelation<W> Fast implementation for a weighted auto relation.FastWeightedPairwiseRelation<W> Fast implementation for a weighted relation.FastWeightedRelation<W> Fast implementation of a weighted relation.