From 46e407b02b63dcfc4de5c3727821f114874efe3b Mon Sep 17 00:00:00 2001 From: Emre Kartoglu Date: Wed, 10 Apr 2019 18:13:13 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eb7353..2014746 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Important notes: 2) To run the unit tests, run the "runalltests.m" matlab file. Matlab's xUnit unit test library might need to be installed. -3) The program code assumes `0` represents the missing values in the User Item Matrix. +3) The program code assumes `0` to represent the missing values in the User Item Matrix. Example 1 - Using the item-based KNN recommender: ==========================================================