C# 클래스 MyMediaLite.ItemRecommendation.TypedBPRMF

BPRMF with frequency-adjusted sampling and shared factors
prototype for KDD Cup 2011
상속: BPRMF_KDD, IKDDCupRecommender
파일 보기 프로젝트 열기: zenogantner/MML-KDD

공개 메소드들

메소드 설명
Predict ( int user_id, int item_id ) : double
ToString ( ) : string
TypedBPRMF ( ) : System

Default constructor

보호된 메소드들

메소드 설명
InitModel ( ) : void
UpdateFactors ( int u, int i, int j, bool update_u, bool update_i, bool update_j ) : void

비공개 메소드들

메소드 설명
GetTypedFactorsRegModifier ( int item_id ) : double
GetUserTypedFactors ( int item_id ) : Matrix

메소드 상세

InitModel() 보호된 메소드

protected InitModel ( ) : void
리턴 void

Predict() 공개 메소드

public Predict ( int user_id, int item_id ) : double
user_id int
item_id int
리턴 double

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TypedBPRMF() 공개 메소드

Default constructor
public TypedBPRMF ( ) : System
리턴 System

UpdateFactors() 보호된 메소드

protected UpdateFactors ( int u, int i, int j, bool update_u, bool update_i, bool update_j ) : void
u int
i int
j int
update_u bool
update_i bool
update_j bool
리턴 void