C# Class MyMediaLite.ItemRecommendation.TransductiveBPRMF

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

Méthodes publiques

Méthode Description
ToString ( ) : string
TransductiveBPRMF ( ) : System

Default constructur

Méthodes protégées

Méthode Description
UpdateFactors ( int u, int i, int j, bool update_u, bool update_i, bool update_j ) : void

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

TransductiveBPRMF() public méthode

Default constructur
public TransductiveBPRMF ( ) : System
Résultat System

UpdateFactors() protected méthode

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
Résultat void