From a79c26808de67b6b03457cb552abceae9627c5ea Mon Sep 17 00:00:00 2001 From: "Marius A. Rabenarivo" Date: Thu, 25 May 2017 10:11:10 +0400 Subject: [PATCH] Correct typo : addiiton -> addition --- .../similarproduct/multi-events-multi-algos.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/source/templates/similarproduct/multi-events-multi-algos.html.md.erb b/docs/manual/source/templates/similarproduct/multi-events-multi-algos.html.md.erb index b09f73dc44..2ab7877c91 100644 --- a/docs/manual/source/templates/similarproduct/multi-events-multi-algos.html.md.erb +++ b/docs/manual/source/templates/similarproduct/multi-events-multi-algos.html.md.erb @@ -24,7 +24,7 @@ INFO: Require PredictionIO version >= 0.8.6 to run this example. Modify the following in DataSource.scala: -- In addiiton to the original `ViewEvent` class, add a new class `LikeEvent` which has a boolean `like` field to represent it's like or dislike event. +- In addition to the original `ViewEvent` class, add a new class `LikeEvent` which has a boolean `like` field to represent it's like or dislike event. - Add a new field `likeEvents` into `TrainingData` class to store the `RDD[LikeEvents]`. - Modidy DataSource's `read()` function to read "like" and "dislike" events from the Event Store.