MyMediaLite  3.01
Public Member Functions | Properties
IIterativeModel Interface Reference

Interface representing iteratively trained models. More...

Inheritance diagram for IIterativeModel:
BPRLinear MF CoClustering FactorWiseMatrixFactorization LatentFeatureLogLinearModel MatrixFactorization TimeAwareBaseline UserItemBaseline

List of all members.

Public Member Functions

float ComputeObjective ()
 Compute the current optimization objective (usually loss plus regularization term) of the model.
void Iterate ()
 Run one iteration (= pass over the training data)

Properties

uint NumIter [get, set]
 Number of iterations to run the training.

Detailed Description

Interface representing iteratively trained models.


Member Function Documentation

float ComputeObjective ( )
void Iterate ( )

Property Documentation

uint NumIter [get, set]

The documentation for this interface was generated from the following file: