Method |
Description |
|
ComputeDifference ( IList predictions1, IList predictions2 ) : double |
|
|
Eval ( IList predictions ) : double |
|
|
Eval ( IList predictions, Dictionary candidates, Dictionary hits ) : double |
|
|
GreedyForwardSearch ( IList candidate_files, int k, double err_threshold ) : IList |
|
|
MergeFiles ( IList files ) : IList |
|
|
MergeFiles ( IList files, IList weights ) : IList |
|
|
MergePredictions ( IList predictions ) : IList |
|
|
MergePredictions ( IList predictions, IList weights ) : IList |
|
|
MergeValidationFiles ( IList files ) : IList |
|
|
MergeValidationFiles ( IList files, IList weights ) : IList |
|
|
ReadFile ( string file ) : IList |
|
|
ValidationFilename ( string filename ) : string |
|
|
WritePredictions ( IList predictions, string output_file ) : void |
|
|