|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RelevanceFeedbackMethod
Given a set of retrieved documents, returns a set of judged documents to be used for feedback
Method Summary | ||
---|---|---|
void |
init()
Initialise |
|
boolean |
isConstant()
Returns true if the RF does not depend on a list of results |
|
|
process(String topicid,
List<T> retrieved,
DocumentFactory<T> factory)
Return the list of documents to be used for RF |
Method Detail |
---|
boolean isConstant()
<T extends Document> Collection<bpiwowar.utils.Pair<T,Float>> process(String topicid, List<T> retrieved, DocumentFactory<T> factory)
void init() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |