C# 클래스 MergeTrack2, MML-KDD

파일 보기 프로젝트 열기: zenogantner/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
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

메소드 상세

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