MyMediaLite  3.11
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 More...
 
static IRatings Read (StreamReader reader)
 Read in rating data from a TextReader More...
 
static IRatings Read80Plus (string filename)
 Read in rating data from a file More...
 
static IRatings Read80Plus (StreamReader reader)
 Read in rating data from a TextReader More...
 
static IRatings ReadTest (string filename)
 Read in test rating data (Track 1) from a file More...
 
static IRatings ReadTest (StreamReader reader)
 Read in rating test data (Track 1) from a TextReader More...
 

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: