Свойство | Тип | Описание | |
---|---|---|---|
_evalQueryCount | int | ||
_totalRR | double |
Метод | Описание | |
---|---|---|
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 | |
Результат | IEnumerable |
public SortAndOutput ( |
||
eo | ||
Результат | void |
public StandardEvalOutput ( |
||
outputFile | ||
runIdentifier | string | |
prefixLength | int | |
isDebug | bool | |
Результат | System |