MyMediaLite  3.01
Static Public Member Functions
Ratings Class Reference

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

List of all members.

Static Public Member Functions

static IRatings Read (string filename)
 Read in rating data from a file.
static IRatings Read (StreamReader reader)
 Read in rating data from a TextReader.
static IRatings Read80Plus (string filename)
 Read in rating data from a file.
static IRatings Read80Plus (StreamReader reader)
 Read in rating data from a TextReader.
static IRatings ReadTest (string filename)
 Read in test rating data (Track 1) from a file.
static IRatings ReadTest (StreamReader reader)
 Read in rating test data (Track 1) from a TextReader.

Detailed Description

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


Member Function Documentation

static IRatings Read ( string  filename) [inline, static]

Read in rating data from a file.

Parameters:
filenamethe name of the file to read from
Returns:
the rating data
static IRatings Read ( StreamReader  reader) [inline, static]

Read in rating data from a TextReader.

Parameters:
readerthe StreamReader to read from
Returns:
the rating data
static IRatings Read80Plus ( string  filename) [inline, static]

Read in rating data from a file.

Parameters:
filenamethe name of the file to read from
Returns:
the rating data
static IRatings Read80Plus ( StreamReader  reader) [inline, static]

Read in rating data from a TextReader.

Parameters:
readerthe StreamReader to read from
Returns:
the rating data
static IRatings ReadTest ( string  filename) [inline, static]

Read in test rating data (Track 1) from a file.

Parameters:
filenamethe name of the file to read from
Returns:
the rating data
static IRatings ReadTest ( StreamReader  reader) [inline, static]

Read in rating test data (Track 1) from a TextReader.

Parameters:
readerthe StreamReader to read from
Returns:
the rating data

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