|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mymedialite.io.kddcup2011.Ratings
public class Ratings
Class that offers static methods for reading in rating data from the KDD Cup 2011 files.
Method Summary | |
---|---|
static IRatings |
read(java.lang.String filename)
Read in rating data from a file. |
static IRatings |
read80Plus(java.lang.String filename)
Read in rating data from a file. |
static IRatings |
readTest(java.lang.String filename)
Read in test rating data (Track 1) from a file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static IRatings read(java.lang.String filename) throws java.io.IOException
filename
- the name of the file to read from
java.io.IOException
public static IRatings readTest(java.lang.String filename) throws java.io.IOException
filename
- the name of the file to read from
java.io.IOException
public static IRatings read80Plus(java.lang.String filename) throws java.io.IOException
filename
- the name of the file to read from
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |