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
Read in rating data from a file
- Parameters
-
filename | the 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
-
reader | the StreamReader to read from |
- Returns
- the rating data
static IRatings Read80Plus |
( |
string |
filename | ) |
|
|
inlinestatic |
Read in rating data from a file
- Parameters
-
filename | the 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
-
reader | the 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
-
filename | the 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
-
reader | the StreamReader to read from |
- Returns
- the rating data
The documentation for this class was generated from the following file: