C# 클래스 MyMediaLite.RatingPrediction.ItemKNNPearson

Weighted item-based kNN with pearson correlation
This recommender supports incremental updates.
상속: ItemKNN
파일 보기 프로젝트 열기: zenogantner/MML-KDD

공개 메소드들

메소드 설명
ItemKNNPearson ( ) : System.Collections.Generic
ToString ( ) : string
Train ( ) : void

보호된 메소드들

메소드 설명
RetrainItem ( int item_id ) : void

메소드 상세

ItemKNNPearson() 공개 메소드

public ItemKNNPearson ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RetrainItem() 보호된 메소드

protected RetrainItem ( int item_id ) : void
item_id int
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Train() 공개 메소드

public Train ( ) : void
리턴 void