C# Class MergeScoresTrack2, MML-KDD

Show file Open project: zenogantner/MML-KDD

Public Methods

Method Description
Main ( string args ) : void

Parameters: num_files weight_1 .. weight_n file_1 .. file_n output_file

Private Methods

Method Description
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

Method Details

Main() public static method

Parameters: num_files weight_1 .. weight_n file_1 .. file_n output_file
public static Main ( string args ) : void
args string the command-line arguments
return void