MyMediaLite  3.11
Static Public Member Functions | List of all members
Track2Items Class Reference

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

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)
inlinestatic

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)
inlinestatic

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: