C# 클래스 MyMediaLite.AttrToFactor.BPRMF_UserMapping_Optimal

User attribute to latent factor mapping for BPR-MF, optimized for BPR loss
상속: BPRMF_UserMapping
파일 보기 프로젝트 열기: zenogantner/MML-KDD

공개 메소드들

메소드 설명
IterateMapping ( ) : void
LearnAttributeToFactorMapping ( ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
MapUserToLatentFactorSpace ( ICollection user_attributes ) : double[]
UpdateMappingFactors ( int u, int i, int j ) : void

update the mapping factors for a given user and an item pair

메소드 상세

IterateMapping() 공개 메소드

public IterateMapping ( ) : void
리턴 void

LearnAttributeToFactorMapping() 공개 메소드

public LearnAttributeToFactorMapping ( ) : void
리턴 void

MapUserToLatentFactorSpace() 보호된 메소드

protected MapUserToLatentFactorSpace ( ICollection user_attributes ) : double[]
user_attributes ICollection
리턴 double[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UpdateMappingFactors() 보호된 메소드

update the mapping factors for a given user and an item pair
protected UpdateMappingFactors ( int u, int i, int j ) : void
u int the user ID
i int the first item ID
j int the second item ID
리턴 void