MyMediaLite  3.02
Namespaces | Classes
Package MyMediaLite

Namespaces

package  AttrToFactor
package  Correlation
 

This namespace contains several correlation/distance measures.


package  Data
 

This namespace contains MyMediaLite's principal data structures, which are used e.g. to store the interaction data that is used to train personalized recommenders.


package  DataType
 

This namespace contains standard data types that are used by MyMediaLite, e.g. matrices, vectors, etc.


package  Diversification
package  Ensemble
 

This namespace contains recommender ensembles.


package  Eval
 

This namespace contains evaluation routines.


package  GroupRecommendation
package  GroupRecommendations
 

This namespace contains recommenders that make recommendations to groups of users.


package  HyperParameter
 

This namespace contains classes for automated hyper-parameter search.


package  IO
 

This namespace contains I/O routines, e.g. to load interaction data from files and databases, or for loading recommender models from disk.


package  ItemRecommendation
 

This namespace contains item recommenders and some helper classes for item recommendation.


package  RatingPrediction
 

This namespace contains rating predictors and some helper classes for rating prediction.


package  Taxonomy
 

This namespace contains taxonomical data structures, i.e. data structures that help us to describe what kind of a thing something is.


package  Util
 

This namespace contains helper code that did not fit anywhere else.


Classes

class  Extensions
 Extension methods for IRecommender. More...
interface  IItemAttributeAwareRecommender
 Interface for recommenders that take binary item attributes into account. More...
interface  IItemRelationAwareRecommender
 Interface for recommenders that take a binary relation over items into account. More...
interface  IItemSimilarityProvider
 Interface for classes that provide item similarities. More...
interface  IIterativeModel
 Interface representing iteratively trained models. More...
interface  IRecommender
 Generic interface for simple recommenders. More...
interface  IUserAttributeAwareRecommender
 Interface for recommenderss that take binary user attributes into account. More...
interface  IUserRelationAwareRecommender
 Interface for recommenders that take a binary relation over users into account. More...
interface  IUserSimilarityProvider
 Interface for classes that provide user similarities. More...