Uses of Interface
uk.ac.gla.dcs.renaissance.ir.rf.Document

Packages that use Document
uk.ac.gla.dcs.renaissance.ir.rf This package contains classes that implement different relevance feedback techniques. 
 

Uses of Document in uk.ac.gla.dcs.renaissance.ir.rf
 

Classes in uk.ac.gla.dcs.renaissance.ir.rf with type parameters of type Document
 class DocumentFactory<T extends Document>
           
 

Classes in uk.ac.gla.dcs.renaissance.ir.rf that implement Document
static class MG4JRelevanceFeedback.MG4JDocument
          A document contains both the docno (external) & docid (internal) information.
 

Methods in uk.ac.gla.dcs.renaissance.ir.rf with type parameters of type Document
<T extends Document>
Collection<bpiwowar.utils.Pair<T,Float>>
TopRelevanceFeedback.process(String topicid, List<T> retrieved, DocumentFactory<T> factory)
           
<T extends Document>
Collection<bpiwowar.utils.Pair<T,Float>>
RelevanceFeedbackMethod.process(String topicid, List<T> retrieved, DocumentFactory<T> factory)
          Return the list of documents to be used for RF
<T extends Document>
Collection<bpiwowar.utils.Pair<T,Float>>
ConstantRelevanceFeedback.process(String topicid, List<T> retrieved, DocumentFactory<T> factory)
           
<T extends Document>
Collection<bpiwowar.utils.Pair<T,Float>>
BlindRelevanceFeedback.process(String topicid, List<T> retrieved, DocumentFactory<T> factory)
           
 



Copyright © 2011. All Rights Reserved.