C# 클래스 MyMediaLite.IO.KDDCup2011.Ratings

Class that offers static methods for reading in rating data from the KDD Cup 2011 files
파일 보기 프로젝트 열기: zenogantner/MML-KDD

공개 메소드들

메소드 설명
Read ( StreamReader reader ) : IRatings

Read in rating data from a TextReader

Read ( string filename ) : IRatings

Read in rating data from a file

Read80Plus ( StreamReader reader ) : IRatings

Read in rating data from a TextReader

Read80Plus ( string filename ) : IRatings

Read in rating data from a file

ReadTest ( StreamReader reader ) : IRatings

Read in rating test data (Track 1) from a TextReader

ReadTest ( string filename ) : IRatings

Read in test rating data (Track 1) from a file

비공개 메소드들

메소드 설명
GetNumberOfRatings ( StreamReader reader ) : int

메소드 상세

Read() 공개 정적인 메소드

Read in rating data from a TextReader
public static Read ( StreamReader reader ) : IRatings
reader System.IO.StreamReader the to read from
리턴 IRatings

Read() 공개 정적인 메소드

Read in rating data from a file
public static Read ( string filename ) : IRatings
filename string the name of the file to read from
리턴 IRatings

Read80Plus() 공개 정적인 메소드

Read in rating data from a TextReader
public static Read80Plus ( StreamReader reader ) : IRatings
reader System.IO.StreamReader the to read from
리턴 IRatings

Read80Plus() 공개 정적인 메소드

Read in rating data from a file
public static Read80Plus ( string filename ) : IRatings
filename string the name of the file to read from
리턴 IRatings

ReadTest() 공개 정적인 메소드

Read in rating test data (Track 1) from a TextReader
public static ReadTest ( StreamReader reader ) : IRatings
reader System.IO.StreamReader the to read from
리턴 IRatings

ReadTest() 공개 정적인 메소드

Read in test rating data (Track 1) from a file
public static ReadTest ( string filename ) : IRatings
filename string the name of the file to read from
리턴 IRatings