From 5f2db3c4d09e6bb37c0d9d632cf1895abc5c0134 Mon Sep 17 00:00:00 2001 From: Erick Lavoie <erick.lavoie@epfl.ch> Date: Wed, 16 Feb 2022 21:14:04 +0100 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf17a7e..524f8de 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ This code should then be used in the following applications and tests. 2. ````src/main/scala/distributed/DistributedBaseline.scala````: Output answers to questions **D.X**. 3. ````src/main/scala/predict/Personalized.scala````: Output answers to questions questions **P.X**. 4. ````src/main/scala/predict/kNN.scala````: Output answers to questions questions **N.X**. - 5. ````src/main/scala/recommend/Recommender.scala````: Output answers to questions questions **N.X**. + 5. ````src/main/scala/recommend/Recommender.scala````: Output answers to questions questions **R.X**. Applications are separate from tests to make it easier to test with different inputs and permit outputting your answers and timings in JSON format for easier -- GitLab