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 (TextReader reader)
 Read track 2 candidates from a TextReader.
static Dictionary< int, IList
< int > > 
Read (string filename)
 Read track 2 candidates from a file.

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 ( TextReader  reader  )  [inline, static]

Read track 2 candidates from a TextReader.

Parameters:
reader the TextReader to read from
Returns:
the candidates
static Dictionary<int, IList<int> > Read ( string  filename  )  [inline, static]

Read track 2 candidates from a file.

Parameters:
filename the name of the file to read from
Returns:
the candidates

The documentation for this class was generated from the following file:
Generated on Fri Mar 2 21:19:32 2012 for MyMediaLite by  doxygen 1.6.3