|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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 |