Uses of Class
uk.ac.gla.dcs.renaissance.ir.rf.DocumentFactory

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

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

Subclasses of DocumentFactory in uk.ac.gla.dcs.renaissance.ir.rf
static class MG4JRelevanceFeedback.MG4JFactory
           
 

Methods in uk.ac.gla.dcs.renaissance.ir.rf with parameters of type DocumentFactory
<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.