메소드 |
설명 |
|
ComputeDifference ( IList predictions1, IList predictions2 ) : double |
|
|
ComputeProb80Plus ( IList filenames ) : IList |
|
|
Eval ( IList predictions ) : double |
|
|
Eval ( IList predictions, Dictionary candidates, Dictionary hits ) : double |
|
|
Eval ( IList scores, 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 |
|
|
MergeScores ( IList scores, Dictionary candidates, Dictionary hits ) : IList |
|
|
MergeScores ( IList scores, IList weights ) : IList |
|
|
MergeValidationFiles ( IList files ) : IList |
|
|
MergeValidationFiles ( IList files, IList weights ) : IList |
|
|
ReadFile ( string file ) : IList |
|
|
Scores2Predictions ( IList scores ) : IList |
|
|
ValidationFilename ( string filename ) : string |
|
|
ValidationFilenames ( IList filenames ) : IList |
|
|
WritePredictions ( IList predictions, string output_file ) : void |
|
|
WriteScores ( IList scores, string output_file ) : void |
|
|