Method | Description | |
---|---|---|
WritePredictions ( IRatingPredictor recommender, IRatings ratings, IEntityMapping user_mapping, IEntityMapping item_mapping, |
Rate a given set of instances and write it to a TextWriter
|
|
WritePredictions ( IRatingPredictor recommender, IRatings ratings, IEntityMapping user_mapping, IEntityMapping item_mapping, string filename ) : void |
Rate a given set of instances and write it to a file
|
|
WritePredictions ( IRatingPredictor recommender, IRatings ratings, IEntityMapping user_mapping, IEntityMapping item_mapping, string line_format, |
Rate a given set of instances and write it to a TextWriter
|
|
WritePredictions ( IRatingPredictor recommender, IRatings ratings, IEntityMapping user_mapping, IEntityMapping item_mapping, string line_format, string filename ) : void |
Rate a given set of instances and write it to a file
|
public static WritePredictions ( IRatingPredictor recommender, IRatings ratings, IEntityMapping user_mapping, IEntityMapping item_mapping, |
||
recommender | IRatingPredictor | rating predictor |
ratings | IRatings | test cases |
user_mapping | IEntityMapping | an |
item_mapping | IEntityMapping | an |
writer | the TextWriter to write the predictions to | |
return | void |
public static WritePredictions ( IRatingPredictor recommender, IRatings ratings, IEntityMapping user_mapping, IEntityMapping item_mapping, string filename ) : void | ||
recommender | IRatingPredictor | rating predictor |
ratings | IRatings | test cases |
user_mapping | IEntityMapping | an |
item_mapping | IEntityMapping | an |
filename | string | the name of the file to write the predictions to |
return | void |
public static WritePredictions ( IRatingPredictor recommender, IRatings ratings, IEntityMapping user_mapping, IEntityMapping item_mapping, string line_format, |
||
recommender | IRatingPredictor | rating predictor |
ratings | IRatings | test cases |
user_mapping | IEntityMapping | an |
item_mapping | IEntityMapping | an |
line_format | string | a format string specifying the line format; {0} is the user ID, {1} the item ID, {2} the rating |
writer | the TextWriter to write the predictions to | |
return | void |
public static WritePredictions ( IRatingPredictor recommender, IRatings ratings, IEntityMapping user_mapping, IEntityMapping item_mapping, string line_format, string filename ) : void | ||
recommender | IRatingPredictor | rating predictor |
ratings | IRatings | test cases |
user_mapping | IEntityMapping | an |
item_mapping | IEntityMapping | an |
line_format | string | a format string specifying the line format; {0} is the user ID, {1} the item ID, {2} the rating |
filename | string | the name of the file to write the predictions to |
return | void |