Matrix factorization engine with explicit user and item bias
Declaring type: BiasedMatrixFactorization
Namespace: MyMediaLite.RatingPrediction
Assembly: MyMediaLite
Collapse/Expand Protected Fields
  Name Description
Protected Field item_bias the item biases
Protected Field user_bias the user biases
Collapse/Expand Public Constructors
  Name Description
Public Method BiasedMatrixFactorization Default constructor
Collapse/Expand Public Methods (see also: Protected Methods)
  Name Description
Public Method Virtual AddItem

There is no summary.

Public Method Virtual AddUser

There is no summary.

Public Method Virtual ComputeLoss

There is no summary.

Public Method Virtual Iterate

There is no summary.

Public Method Virtual LoadModel

There is no summary.

Public Method Virtual Predict

There is no summary.

Public Method Virtual RemoveItem

There is no summary.

Public Method Virtual RemoveUser

There is no summary.

Public Method Virtual RetrainItem

There is no summary.

Public Method Virtual RetrainUser

There is no summary.

Public Method Virtual SaveModel

There is no summary.

Public Method Virtual ToString

There is no summary.

Public Method Virtual Train

There is no summary.

Collapse/Expand Protected Methods
  Name Description
Protected Method Virtual InitModel

There is no summary.

Protected Method Virtual Iterate

There is no summary.

Collapse/Expand Public Properties
  Name Description
Public Property BiasReg regularization constant for the bias terms
Public Property BoldDriver Use bold driver heuristics for learning rate adaption
Public Property RegI regularization constant for the user factors
Public Property RegU regularization constant for the user factors
Public Property Regularization

There is no summary.