Class that offers static methods for reading in test data from the KDD Cup 2011 files
More...
|
| static Dictionary< int, IList< int > > | Read (string filename) |
| | Read track 2 candidates from a file More...
|
| |
| static Dictionary< int, IList< int > > | Read (TextReader reader) |
| | Read track 2 candidates from a TextReader More...
|
| |
Class that offers static methods for reading in test data from the KDD Cup 2011 files
| 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: