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 | 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 | 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 | NumberFile |
Routines to read lists of numbers from text files. 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 | TimedRatings |
Class that offers methods for reading in rating data. More... | |
Enumerations | |
enum | RatingFileFormat { DEFAULT, MOVIELENS_1M, KDDCUP_2011 } |
Represents different rating file formats. More... |
This namespace contains I/O routines, e.g. to load interaction data from files and databases, or for loading recommender models from disk.
enum RatingFileFormat |