MyMediaLite  3.10
Static Public Member Functions | List of all members
Ratings Class Reference

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

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

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

Read in rating data from a TextReader

Parameters
readerthe StreamReader to read from
Returns
the rating data
static IRatings Read80Plus ( string  filename)
inlinestatic

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

Read in rating data from a TextReader

Parameters
readerthe StreamReader to read from
Returns
the rating data
static IRatings ReadTest ( string  filename)
inlinestatic

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

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: