C# 클래스 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
상속: BiasedMatrixFactorization, IUserRelationAwareRecommender
파일 보기 프로젝트 열기: zenogantner/MML-KDD 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string
Train ( ) : void

보호된 메소드들

메소드 설명
InitModel ( ) : void
Iterate ( IList rating_indices, bool update_user, bool update_item ) : void

비공개 메소드들

메소드 설명
IterateBatch ( ) : void

메소드 상세

InitModel() 보호된 메소드

protected InitModel ( ) : void
리턴 void

Iterate() 보호된 메소드

protected Iterate ( IList rating_indices, bool update_user, bool update_item ) : void
rating_indices IList
update_user bool
update_item bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Train() 공개 메소드

public Train ( ) : void
리턴 void