Method | Description | |
---|---|---|
Main ( string args ) : void |
Parameters: num_files weight_1 .. weight_n file_1 .. file_n output_file
|
Method | Description | |
---|---|---|
CombineFiles ( string file1, string file2 ) : IList |
||
ComputeRatedProbability ( int offset, int index, IList |
||
Decide ( IList |
||
ReadFile ( string file ) : IList |
||
Sigmoid ( double x ) : double | ||
ValidationFilename ( string filename ) : string | ||
WritePredictions ( IList |
public static Main ( string args ) : void | ||
args | string | the command-line arguments |
return | void |