TimedRatingData Class Reference

Class that offers methods for reading in rating data with time information. More...

List of all members.

Static Public Member Functions

static ITimedRatings Read (TextReader reader, IEntityMapping user_mapping=null, IEntityMapping item_mapping=null, bool ignore_first_line=false)
 Read in rating data from a TextReader.
static ITimedRatings Read (string filename, IEntityMapping user_mapping=null, IEntityMapping item_mapping=null, bool ignore_first_line=false)
 Read in rating data from a file.

Detailed Description

Class that offers methods for reading in rating data with time information.


Member Function Documentation

static ITimedRatings Read ( TextReader  reader,
IEntityMapping  user_mapping = null,
IEntityMapping  item_mapping = null,
bool  ignore_first_line = false 
) [inline, static]

Read in rating data from a TextReader.

Parameters:
reader the TextReader to read from
user_mapping mapping object for user IDs
item_mapping mapping object for item IDs
ignore_first_line if true, ignore the first line
Returns:
the rating data
static ITimedRatings Read ( string  filename,
IEntityMapping  user_mapping = null,
IEntityMapping  item_mapping = null,
bool  ignore_first_line = false 
) [inline, static]

Read in rating data from a file.

Parameters:
filename the name of the file to read from
user_mapping mapping object for user IDs
item_mapping mapping object for item IDs
ignore_first_line if true, ignore the first line
Returns:
the rating data

The documentation for this class was generated from the following file:
Generated on Mon Nov 28 19:18:46 2011 for MyMediaLite by  doxygen 1.6.3