This namespace contains I/O routines, e.g. to load interaction data from files and databases, or for loading recommender models from disk. More...
Classes | |
class | AttributeData |
Class that offers static methods to read (binary) attribute data into SparseBooleanMatrix objects. More... | |
class | Constants |
Static class containing constants used by the MyMediaLite Input/Output routines. More... | |
class | DataReaderExtensions |
Extension methods for IDataReader objects. More... | |
class | EntityMappingExtensions |
I/O routines for classes implementing the IEntityMapping interface. More... | |
class | ItemData |
Class that contains static methods for reading in implicit feedback data for ItemRecommender. More... | |
class | ItemDataRatingThreshold |
Class that contains static methods for reading in implicit feedback data for ItemRecommender. More... | |
class | MatrixExtensions |
Utilities to work with matrices. More... | |
class | Model |
Class containing static routines for reading and writing recommender models. More... | |
class | MovieLensRatingData |
Class that offers static methods for reading in MovieLens 1M and 10M rating data. More... | |
class | RatingData |
Class that offers methods for reading in rating data. More... | |
class | RelationData |
Class that offers static methods to read (binary) relation over entities into SparseBooleanMatrix objects. More... | |
class | StaticRatingData |
Class that offers methods for reading in static rating data. More... | |
class | TimedRatingData |
Class that offers methods for reading in rating data with time information. More... | |
class | VectorExtensions |
Extensions for vector-like data. More... | |
Enumerations | |
enum | ItemDataFileFormat { DEFAULT, IGNORE_FIRST_LINE } |
Represents different rating file formats. More... | |
enum | RatingFileFormat { DEFAULT, IGNORE_FIRST_LINE, MOVIELENS_1M, KDDCUP_2011 } |
Represents different rating file formats. More... | |
Functions | |
delegate string | return_string () |
Function with no arguments returning a string. |
This namespace contains I/O routines, e.g. to load interaction data from files and databases, or for loading recommender models from disk.
enum ItemDataFileFormat |
enum RatingFileFormat |
Represents different rating file formats.
delegate string MyMediaLite::IO::return_string | ( | ) |
Function with no arguments returning a string.