C# 클래스 MyMediaLite.AttrToFactor.BPRMF_ItemMappingKNN

BPR-MF with item mapping learned by kNN
Literature: Zeno Gantner, Lucas Drumond, Christoph Freudenthaler, Steffen Rendle, Lars Schmidt-Thieme: Learning Attribute-to-Feature Mappings for Cold-Start Recommendations. ICDM 2011. http://www.ismll.uni-hildesheim.de/pub/pdfs/Gantner_et_al2010Mapping.pdf This recommender does NOT support incremental updates.
상속: BPRMF_ItemMapping
파일 보기 프로젝트 열기: zenogantner/MML-KDD

공개 메소드들

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

보호된 메소드들

메소드 설명
__MapToLatentFactorSpace ( int item_id ) : double[]

map to latent factor space (actual function)

메소드 상세

LearnAttributeToFactorMapping() 공개 메소드

public LearnAttributeToFactorMapping ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

__MapToLatentFactorSpace() 보호된 메소드

map to latent factor space (actual function)
protected __MapToLatentFactorSpace ( int item_id ) : double[]
item_id int
리턴 double[]