|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mymedialite.io.kddcup2011.Track2Items
public class Track2Items
Class that offers static methods for reading in test data from the KDD Cup 2011 files.
Constructor Summary | |
---|---|
Track2Items()
|
Method Summary | |
---|---|
static java.util.HashMap<java.lang.Integer,int[]> |
read(java.io.BufferedReader reader)
Read track 2 candidates from a TextReader. |
static java.util.HashMap<java.lang.Integer,int[]> |
read(java.lang.String filename)
Read track 2 candidates from a file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Track2Items()
Method Detail |
---|
public static java.util.HashMap<java.lang.Integer,int[]> read(java.lang.String filename) throws java.io.IOException
filename
- the name of the file to read from
java.io.IOException
public static java.util.HashMap<java.lang.Integer,int[]> read(java.io.BufferedReader reader) throws java.io.IOException
reader
- the java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |