MyMediaLite  3.04
Static Public Member Functions
Track2Items Class Reference

Class that offers static methods for reading in test data from the KDD Cup 2011 files. More...

List of all members.

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.

Detailed Description

Class that offers static methods for reading in test data from the KDD Cup 2011 files.


Member Function Documentation

static Dictionary<int, IList<int> > Read ( string  filename) [inline, static]

Read track 2 candidates from a file.

Parameters:
filenamethe name of the file to read from
Returns:
the candidates
static Dictionary<int, IList<int> > Read ( TextReader  reader) [inline, static]

Read track 2 candidates from a TextReader.

Parameters:
readerthe TextReader to read from
Returns:
the candidates

The documentation for this class was generated from the following file: