Skip to content

Commit fb0a5c7

Browse files
committed
removed typo
1 parent e2d925e commit fb0a5c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mllib/src/test/scala/org/apache/spark/mllib/classification/NaiveBayesSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ object NaiveBayesSuite {
5252
sample: Int = 10): Seq[LabeledPoint] = {
5353
val D = theta(0).length
5454
val rnd = new Random(seed)
55-
c
5655
val _pi = pi.map(math.pow(math.E, _))
5756
val _theta = theta.map(row => row.map(math.pow(math.E, _)))
5857

0 commit comments

Comments
 (0)