C# 클래스 MyMediaLite.ItemRecommendation.TransductiveBPRMF

BPR variant that takes into account some test data for training
상속: BPRMF, ITransductiveItemRecommender
파일 보기 프로젝트 열기: zenogantner/MML-KDD

공개 메소드들

메소드 설명
ToString ( ) : string
TransductiveBPRMF ( ) : System

Default constructur

보호된 메소드들

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

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TransductiveBPRMF() 공개 메소드

Default constructur
public TransductiveBPRMF ( ) : 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