C# Class MyMediaLite.RatingPrediction.SocialMF

Social-network-aware matrix factorization
This implementation assumes a binary and symmetrical trust network. Mohsen Jamali, Martin Ester: A matrix factorization technique with trust propagation for recommendation in social networks RecSys '10: Proceedings of the Fourth ACM Conference on Recommender Systems, 2010
Inheritance: BiasedMatrixFactorization, IUserRelationAwareRecommender
Afficher le fichier Open project: zenogantner/MML-KDD Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string
Train ( ) : void

Méthodes protégées

Méthode Description
InitModel ( ) : void
Iterate ( IList rating_indices, bool update_user, bool update_item ) : void

Private Methods

Méthode Description
IterateBatch ( ) : void

Method Details

InitModel() protected méthode

protected InitModel ( ) : void
Résultat void

Iterate() protected méthode

protected Iterate ( IList rating_indices, bool update_user, bool update_item ) : void
rating_indices IList
update_user bool
update_item bool
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Train() public méthode

public Train ( ) : void
Résultat void