MyMediaLite  3.10
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
\NMyMediaLite
 oNCorrelationThis namespace contains several correlation/distance measures
 oNDataThis namespace contains MyMediaLite's principal data structures, which are used e.g. to store the interaction data that is used to train personalized recommenders
 oNDataTypeThis namespace contains standard data types that are used by MyMediaLite, e.g. matrices, vectors, etc
 oNDiversificationThis namespace contains methods for diversifying result lists
 oNEnsembleThis namespace contains recommender ensembles
 oNEvalThis namespace contains evaluation routines
 oNHyperParameterThis namespace contains classes for automated hyper-parameter search
 oNIOThis namespace contains I/O routines, e.g. to load interaction data from files and databases, or for loading recommender models from disk
 oNItemRecommendationThis namespace contains item recommenders and some helper classes for item recommendation
 oNRatingPredictionThis namespace contains rating predictors and some helper classes for rating prediction
 oNTaxonomyThis namespace contains taxonomical data structures, i.e. data structures that help us to describe what kind of a thing something is
 oCExtensionsHelper class with utility methods for handling recommenders
 oCHandlersClass containing handler functions, e.g. exception handlers
 oCIIncrementalRecommenderInterface for recommenders that support incremental model updates.
 oCIItemAttributeAwareRecommenderInterface for recommenders that take binary item attributes into account
 oCIItemRelationAwareRecommenderInterface for recommenders that take a binary relation over items into account
 oCIItemSimilarityProviderInterface for classes that provide item similarities
 oCIIterativeModelInterface representing iteratively trained models
 oCINeedsMappingsInterface for classes that need user and item ID mappings, e.g. for recommenders that read data from external sources and thus need to know which IDs are used externally.
 oCIRecommenderGeneric interface for simple recommenders
 oCIUserAttributeAwareRecommenderInterface for recommenderss that take binary user attributes into account
 oCIUserRelationAwareRecommenderInterface for recommenders that take a binary relation over users into account
 oCIUserSimilarityProviderInterface for classes that provide user similarities
 oCMemoryMemory-related tools
 oCMultiCoreUtility routines for multi-core algorithms
 oCRandomRandom number generator singleton class
 oCRecommenderAbstract recommender class implementing default behaviors
 oCRecommenderParametersClass for key-value pair string processing
 oCUtilsClass containing utility functions
 \CWrapStatic methods to wrap around other code.