Skip to content

Commit e573c7a

Browse files
committed
Average absolute error
1 parent b15685f commit e573c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/scala/org/apache/spark/examples/mllib/CosineSimilarity.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ object CosineSimilarity {
102102
math.abs(u)
103103
}.mean()
104104

105-
println(s"Average error in estimate is: $MAE")
105+
println(s"Average absolute error in estimate is: $MAE")
106106

107107
sc.stop()
108108
}

0 commit comments

Comments
 (0)