MyMediaLite  3.11
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345678]
 CAttributeDataClass that offers static methods to read (binary) attribute data into IBooleanMatrix objects
 CAUCArea under the ROC curve (AUC) of a list of ranked items
 CConstantsStatic class containing constants used by the MyMediaLite Input/Output routines
 CDataReaderExtensionsExtension methods for IDataReader objects
 CDictionary
 CEntityMappingExtensionsI/O routines for classes implementing the IEntityMapping interface
 CExtensionsExtension methods for correlation matrices
 CExtensionsClass that contains static methods for rating prediction
 CExtensionsExtension methods for dataset statistics
 CExtensionsHelper class with utility methods for handling recommenders
 CExtensionsClass that contains static methods for item prediction
 CFileSerializerStatic class for serializing objects to binary files
 CFileSystemFile-system related helper functions
 CFoldInFold-in evaluation
 CFoldInRatingPredictorExtensionsExtension methods for IFoldInRatingPredictor
 CGridSearchGrid search for finding suitable hyperparameters
 CHandlersClass containing handler functions, e.g. exception handlers
 CICloneable
 CIDataSetInterface for different kinds of collaborative filtering data sets
 CIHyperParameterSearchInterface for classes that perform hyper-parameter search
 CIIncrementalRecommenderInterface for recommenders that support incremental model updates.
 CIItemSimilarityProviderInterface for classes that provide item similarities
 CIIterativeModelInterface representing iteratively trained models
 CIList
 CIMappingInterface to map external entity IDs to internal ones to ensure that there are no gaps in the numbering
 CIMatrix< T >Generic interface for matrix data types
 CIMatrix< bool >
 CIMatrix< float >
 CINeedsMappingsInterface 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.
 CISerializable
 CISplit< T >generic dataset splitter interface
 CISplit< IPosOnlyFeedback >
 CISplit< IRatings >
 CISplit< ITimedRatings >
 CItemDataClass that contains static methods for reading in implicit feedback data for ItemRecommender
 CItemDataRatingThresholdClass that contains static methods for reading in implicit feedback data for ItemRecommender, derived from rating data
 CItemsEvaluation class for item recommendation
 CItemsRoutines for reading in the item taxonomy of the KDD Cup 2011 data
 CItemsCrossValidationCross-validation for item recommendation
 CItemsOnlineOnline evaluation for rankings of items
 CITransductiveItemRecommenderInterface for item recommenders that take into account some test data for training
 CIUserSimilarityProviderInterface for classes that provide user similarities
 CKDDCupItemsRepresents KDD Cup 2011 items like album, track, artist, or genre
 CLogisticLossUtility functions for the logistic loss
 CMAEUtility functions for the mean absolute error
 CMatrix< float >
 CMatrixExtensionsUtilities to work with matrices
 CMatrixExtensionsUtilities to work with matrices
 CMemoryMemory-related tools
 CModelClass containing static routines for reading and writing recommender models
 CMovieLensRatingDataClass that offers static methods for reading in MovieLens 1M and 10M rating data
 CMultiCoreUtility routines for multi-core algorithms
 CNDCGNormalized discounted cumulative gain (NDCG) of a list of ranked items
 CNelderMeadNealder-Mead algorithm for finding suitable hyperparameters
 COverlapClass containing routines for computing overlaps
 CPrecisionAndRecallPrecision and recall at different positions in the list
 CRandom
 CRatingBasedRankingCrossValidationCross-validation for rating-based ranking
 CRatingDataClass that offers methods for reading in rating data
 CRatingsEvaluation class for rating prediction
 CRatingsClass that offers static methods for reading in rating data from the KDD Cup 2011 files
 CRatingScaleClass containing information about the rating scale of a data set: valid rating values, minimum/maximum rating.
 CRatingsCrossValidationCross-validation for rating prediction
 CRatingsOnlineOnline evaluation for rating prediction
 CReciprocalRankThe reciprocal rank of a list of ranked items
 CRelationDataClass that offers static methods to read (binary) relation over entities into IBooleanMatrix objects
 CRMSEUtility functions for the root mean square error (RMSE)
 CSequentialDiversificationSequential diversification
 CSparseMatrix< float >
 CSparseMatrixExtensionsUtilities to work with matrices
 CStaticRatingDataClass that offers methods for reading in static rating data
 CSymmetricSparseMatrix< float >
 CSymmetricSparseMatrix< int >
 CTimedRatingDataClass that offers methods for reading in rating data with time information
 CTrack2ItemsClass that offers static methods for reading in test data from the KDD Cup 2011 files
 CTransductiveRatingPredictorExtensionsHelper methods for ITransductiveRatingPredictor
 CUtilsClass containing utility functions
 CVectorExtensionsExtensions for vector-like data
 CVectorExtensionsExtensions for vector-like data
 CWrapStatic methods to wrap around other code.