Uses of Interface
iglu.ir.IRPacket

Packages that use IRPacket
iglu.ir A set of classes for creating Information Retrieval programs. 
 

Uses of IRPacket in iglu.ir
 

Classes in iglu.ir that implement IRPacket
 class AbstractIRPacket
          Provides some implementation independent utility methods for IRPackets.
 class DefaultIRPacket
          A description of an information retrieval task.
 

Fields in iglu.ir declared as IRPacket
(package private)  IRPacket PrecisionRecall.irPacket
           
 

Constructors in iglu.ir with parameters of type IRPacket
PrecisionRecall(IRPacket irPacket, VectorCreator vc, boolean index)
          Create a new PrecisionRecall object, using the RAMSearchEngine.
PrecisionRecall(SearchEngine searchEngine, IRPacket irPacket, VectorCreator vc, boolean index)
           
PrecisionRecall(SearchEngine searchEngine, IRPacket irPacket)