Property | Type | Description | |
---|---|---|---|
_evalQueryCount | int | ||
_totalRR | double |
Method | Description | |
---|---|---|
FinishOutput ( ) : void |
Call once evaluation output has finished, to close the output file stream
|
|
GetTopAutoCompletions ( AutoCompletionList autoCompletionList, int minQueryFrequency = 2 ) : IEnumerable |
Use some heuristics to reduce the number of autocompletions that need to be sorted. Relies on the long tail and the max of the RankingWeights.
|
|
SortAndOutput ( |
First sorts the AutoCompletionList, then performs evaluation.
|
|
StandardEvalOutput ( |
Default constructor. If isDebug is true, then no file output will be written, instead the OnEvaluationOutput will be raised.
|
public GetTopAutoCompletions ( AutoCompletionList autoCompletionList, int minQueryFrequency = 2 ) : IEnumerable |
||
autoCompletionList | AutoCompletionList | |
minQueryFrequency | int | |
return | IEnumerable |
public SortAndOutput ( |
||
eo | ||
return | void |
public StandardEvalOutput ( |
||
outputFile | ||
runIdentifier | string | |
prefixLength | int | |
isDebug | bool | |
return | System |