|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
TopRelevanceFeedback.process(String topicid,
List<T> retrieved,
DocumentFactory<T> factory)
|
|
|
RelevanceFeedbackMethod.process(String topicid,
List<T> retrieved,
DocumentFactory<T> factory)
Return the list of documents to be used for RF |
|
|
ConstantRelevanceFeedback.process(String topicid,
List<T> retrieved,
DocumentFactory<T> factory)
|
|
|
BlindRelevanceFeedback.process(String topicid,
List<T> retrieved,
DocumentFactory<T> factory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |