C# 클래스 MyMediaLite.ItemRecommendation.ItemKNN

Unweighted k-nearest neighbor item-based collaborative filtering using cosine similarity
This recommender does NOT support incremental updates.
상속: KNN
파일 보기 프로젝트 열기: zenogantner/MML-KDD 1 사용 예제들

공개 메소드들

메소드 설명
Predict ( int user_id, int item_id ) : double
ToString ( ) : string
Train ( ) : void

메소드 상세

Predict() 공개 메소드

public Predict ( int user_id, int item_id ) : double
user_id int
item_id int
리턴 double

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Train() 공개 메소드

public Train ( ) : void
리턴 void