C# Class MyMediaLite.IO.KDDCup2011.Track2Items

Class that offers static methods for reading in test data from the KDD Cup 2011 files
ファイルを表示 Open project: zenogantner/MML-KDD

Public Methods

Method Description
Read ( TextReader reader ) : IList>.Dictionary

Read track 2 candidates from a TextReader

Read ( string filename ) : IList>.Dictionary

Read track 2 candidates from a file

Method Details

Read() public static method

Read track 2 candidates from a TextReader
public static Read ( TextReader reader ) : IList>.Dictionary
reader System.IO.TextReader the to read from
return IList>.Dictionary

Read() public static method

Read track 2 candidates from a file
public static Read ( string filename ) : IList>.Dictionary
filename string the name of the file to read from, "-" if STDIN
return IList>.Dictionary