public class RerankingResult
extends java.lang.Object
Constructor and Description |
---|
RerankingResult()
Constructs a new ReRankingResult
|
Modifier and Type | Method and Description |
---|---|
void |
addResult(NetworkFileBackedWrapper wrapper)
Add's a result of a individual re-ranking to the ensemble.
|
int |
getCutoff() |
java.lang.String |
getOriginalFile() |
void |
resultToTSV(java.lang.String outputFileName)
Writes the current reranking result to TSV
|
void |
setCutoff(int cutoff) |
void |
setOriginalFile(java.lang.String originalFile) |
public void resultToTSV(java.lang.String outputFileName)
outputFileName
- the name of the outputfile to write topublic void addResult(NetworkFileBackedWrapper wrapper)
wrapper
- the re-ranking resuslt to be addedpublic java.lang.String getOriginalFile()
public void setOriginalFile(java.lang.String originalFile)
public int getCutoff()
public void setCutoff(int cutoff)