aboutsummaryrefslogtreecommitdiffstats
path: root/sample-apps/blog-recommendation/src/spark/collaborative_filtering_example.scala
diff options
context:
space:
mode:
Diffstat (limited to 'sample-apps/blog-recommendation/src/spark/collaborative_filtering_example.scala')
-rw-r--r--sample-apps/blog-recommendation/src/spark/collaborative_filtering_example.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/sample-apps/blog-recommendation/src/spark/collaborative_filtering_example.scala b/sample-apps/blog-recommendation/src/spark/collaborative_filtering_example.scala
index 1a2c8f92730..2118862f063 100644
--- a/sample-apps/blog-recommendation/src/spark/collaborative_filtering_example.scala
+++ b/sample-apps/blog-recommendation/src/spark/collaborative_filtering_example.scala
@@ -1,3 +1,4 @@
+// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
import org.apache.spark.mllib.recommendation.ALS
import org.apache.spark.mllib.recommendation.MatrixFactorizationModel
import org.apache.spark.mllib.recommendation.Rating