Method | Description | |
---|---|---|
EvaluateTrack2 ( IList |
Evaluate Track 2 on a validation set
|
|
EvaluateTrack2 ( IRecommender recommender, Dictionary |
Evaluate Track 2 on a validation set
|
|
PredictRatings ( IRecommender recommender, IRatings ratings, |
Predict ratings for Track 1
|
|
PredictRatings ( IRecommender recommender, IRatings ratings, string filename ) : void |
Predict ratings for Track 1
|
|
PredictRatingsDouble ( IRecommender recommender, IRatings ratings, |
Predict ratings (double precision)
|
|
PredictRatingsDouble ( IRecommender recommender, IRatings ratings, string filename ) : void |
Predict ratings (double precision)
|
|
PredictScoresTrack2 ( IRecommender recommender, Dictionary |
Predict item scores for Track 2
|
|
PredictScoresTrack2 ( IRecommender recommender, Dictionary |
Predict item scores for Track 2
|
|
PredictTrack2 ( IRecommender recommender, Dictionary |
Predict items for Track 2
|
|
PredictTrack2 ( IRecommender recommender, Dictionary |
Predict items for Track 2
|
public static EvaluateTrack2 ( IList |
||
predictions | IList |
the predictions for all candidates as one list |
candidates | Dictionary |
the candidate items (per user) |
hits | Dictionary |
the real items (per user) |
return | double |
public static EvaluateTrack2 ( IRecommender recommender, Dictionary |
||
recommender | IRecommender | the recommender to use |
candidates | Dictionary |
the candidate items (per user) |
hits | Dictionary |
the real items (per user) |
return | double |
public static PredictRatings ( IRecommender recommender, IRatings ratings, |
||
recommender | IRecommender | the recommender to use |
ratings | IRatings | the ratings to predict |
writer | the writer object to write the predictions to | |
return | void |
public static PredictRatings ( IRecommender recommender, IRatings ratings, string filename ) : void | ||
recommender | IRecommender | the recommender to use |
ratings | IRatings | the ratings to predict |
filename | string | the file to write the predictions to |
return | void |
public static PredictRatingsDouble ( IRecommender recommender, IRatings ratings, |
||
recommender | IRecommender | the recommender to use |
ratings | IRatings | the ratings to predict |
writer | the writer object to write the predictions to | |
return | void |
public static PredictRatingsDouble ( IRecommender recommender, IRatings ratings, string filename ) : void | ||
recommender | IRecommender | the recommender to use |
ratings | IRatings | the ratings to predict |
filename | string | the file to write the predictions to |
return | void |
public static PredictScoresTrack2 ( IRecommender recommender, Dictionary |
||
recommender | IRecommender | the recommender to use |
candidates | Dictionary |
a mapping from user IDs to the candidate items |
writer | the writer to write the scores to | |
return | void |
public static PredictScoresTrack2 ( IRecommender recommender, Dictionary |
||
recommender | IRecommender | the recommender to use |
candidates | Dictionary |
a mapping from user IDs to the candidate items |
filename | string | the file to write the predictions to |
return | void |
public static PredictTrack2 ( IRecommender recommender, Dictionary |
||
recommender | IRecommender | the recommender to use |
candidates | Dictionary |
a mapping from user IDs to the candidate items |
writer | the writer object to write the predictions to | |
return | void |
public static PredictTrack2 ( IRecommender recommender, Dictionary |
||
recommender | IRecommender | the recommender to use |
candidates | Dictionary |
a mapping from user IDs to the candidate items |
filename | string | the file to write the predictions to |
return | void |