|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.gla.dcs.renaissance.ir.rf.BlindRelevanceFeedback
public class BlindRelevanceFeedback
Constructor Summary | |
---|---|
BlindRelevanceFeedback()
|
|
BlindRelevanceFeedback(int topK)
Constructor |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlindRelevanceFeedback(int topK)
topK
- return the topK documentspublic BlindRelevanceFeedback()
Method Detail |
---|
public boolean isConstant()
RelevanceFeedbackMethod
isConstant
in interface RelevanceFeedbackMethod
public <T extends Document> Collection<bpiwowar.utils.Pair<T,Float>> process(String topicid, List<T> retrieved, DocumentFactory<T> factory)
RelevanceFeedbackMethod
process
in interface RelevanceFeedbackMethod
public void init() throws Exception
RelevanceFeedbackMethod
init
in interface RelevanceFeedbackMethod
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |