MyMediaLite
3.03
|
Class that offers static methods for reading in test data from the KDD Cup 2011 files. More...
Static Public Member Functions | |
static Dictionary< int, IList < int > > | Read (string filename) |
Read track 2 candidates from a file. | |
static Dictionary< int, IList < int > > | Read (TextReader reader) |
Read track 2 candidates from a TextReader. |
Class that offers static methods for reading in test data from the KDD Cup 2011 files.
static Dictionary<int, IList<int> > Read | ( | string | filename | ) | [inline, static] |
Read track 2 candidates from a file.
filename | the name of the file to read from |
static Dictionary<int, IList<int> > Read | ( | TextReader | reader | ) | [inline, static] |
Read track 2 candidates from a TextReader.
reader | the TextReader to read from |