Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MyMediaLite
ItemRecommendation
Zero
C# 클래스 MyMediaLite.ItemRecommendation.Zero
Constant item recommender for use as experimental baseline. Always predicts a score of zero
This recommender can be used for debugging, e.g. to detect non-random orderings in item lists.
상속:
ItemRecommender
파일 보기
프로젝트 열기: zenogantner/MML-KDD
공개 메소드들
메소드
설명
LoadModel
(
string
filename
) :
void
Predict
(
int
user_id
,
int
item_id
) :
double
SaveModel
(
string
filename
) :
void
Train
( ) :
void
메소드 상세
LoadModel()
공개
메소드
public
LoadModel
(
string
filename
) :
void
filename
string
리턴
void
Predict()
공개
메소드
public
Predict
(
int
user_id
,
int
item_id
) :
double
user_id
int
item_id
int
리턴
double
SaveModel()
공개
메소드
public
SaveModel
(
string
filename
) :
void
filename
string
리턴
void
Train()
공개
메소드
public
Train
( ) :
void
리턴
void