Uses of Class
de.aitools.aq.algebra.vector.Representation

Packages that use Representation
de.aitools.aq.algebra.vector   
de.aitools.ir.fingerprinting.hashfunction   
de.aitools.ir.retrievalmodels.representation   
de.aitools.ir.retrievalmodels.representer   
de.aitools.ir.retrievalmodels.retrievalmodel   
 

Uses of Representation in de.aitools.aq.algebra.vector
 

Subclasses of Representation in de.aitools.aq.algebra.vector
 class Vector
           
 

Uses of Representation in de.aitools.ir.fingerprinting.hashfunction
 

Classes in de.aitools.ir.fingerprinting.hashfunction with type parameters of type Representation
 interface SimilarityHashFunction<Dbold extends Representation>
           
 

Uses of Representation in de.aitools.ir.retrievalmodels.representation
 

Subclasses of Representation in de.aitools.ir.retrievalmodels.representation
 class Set<E>
           
 class Tree
           
 

Uses of Representation in de.aitools.ir.retrievalmodels.representer
 

Classes in de.aitools.ir.retrievalmodels.representer with type parameters of type Representation
 class AbstractRepresenter<D,Dbold extends Representation>
           
 interface Representer<D,Dbold extends Representation>
           
 

Uses of Representation in de.aitools.ir.retrievalmodels.retrievalmodel
 

Classes in de.aitools.ir.retrievalmodels.retrievalmodel with type parameters of type Representation
 class AbstractRetrievalModel<D,Dbold extends Representation>
           
 interface RetrievalModel<D,Dbold extends Representation>