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
|
static Dictionary< int, IList
< int > > | Read (TextReader reader) |
| Read track 2 candidates from a TextReader
|
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
-
filename | the 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
-
reader | the TextReader to read from |
- Returns
- the candidates
The documentation for this class was generated from the following file: