C# Class MyMediaLite.ItemRecommendation.TransductiveBPRMF

BPR variant that takes into account some test data for training
Inheritance: BPRMF, ITransductiveItemRecommender
Exibir arquivo Open project: zenogantner/MML-KDD

Public Methods

Method Description
ToString ( ) : string
TransductiveBPRMF ( ) : System

Default constructur

Protected Methods

Method Description
UpdateFactors ( int u, int i, int j, bool update_u, bool update_i, bool update_j ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

TransductiveBPRMF() public method

Default constructur
public TransductiveBPRMF ( ) : System
return System

UpdateFactors() protected method

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
return void