C# Класс MergeScoresTrack2, MML-KDD

Показать файл Открыть проект

Открытые методы

Метод Описание
Main ( string args ) : void

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

Приватные методы

Метод Описание
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

Описание методов

Main() публичный статический Метод

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
Результат void