C# Class MyMediaLite.IO.KDDCup2011.Track2Items

Class that offers static methods for reading in test data from the KDD Cup 2011 files
Afficher le fichier Open project: zenogantner/MML-KDD

Méthodes publiques

Méthode Description
Read ( TextReader reader ) : IList>.Dictionary

Read track 2 candidates from a TextReader

Read ( string filename ) : IList>.Dictionary

Read track 2 candidates from a file

Method Details

Read() public static méthode

Read track 2 candidates from a TextReader
public static Read ( TextReader reader ) : IList>.Dictionary
reader System.IO.TextReader the to read from
Résultat IList>.Dictionary

Read() public static méthode

Read track 2 candidates from a file
public static Read ( string filename ) : IList>.Dictionary
filename string the name of the file to read from, "-" if STDIN
Résultat IList>.Dictionary