C# Class MyMediaLite.RatingPrediction.ItemKNNPearson

Weighted item-based kNN with pearson correlation
This recommender supports incremental updates.
Inheritance: ItemKNN
Mostrar archivo Open project: zenogantner/MML-KDD

Public Methods

Method Description
ItemKNNPearson ( ) : System.Collections.Generic
ToString ( ) : string
Train ( ) : void

Protected Methods

Method Description
RetrainItem ( int item_id ) : void

Method Details

ItemKNNPearson() public method

public ItemKNNPearson ( ) : System.Collections.Generic
return System.Collections.Generic

RetrainItem() protected method

protected RetrainItem ( int item_id ) : void
item_id int
return void

ToString() public method

public ToString ( ) : string
return string

Train() public method

public Train ( ) : void
return void