Skip to content

Commit

Permalink
removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leahmcguire committed Mar 9, 2015
1 parent e2d925e commit fb0a5c7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ object NaiveBayesSuite {
sample: Int = 10): Seq[LabeledPoint] = {
val D = theta(0).length
val rnd = new Random(seed)
c
val _pi = pi.map(math.pow(math.E, _))
val _theta = theta.map(row => row.map(math.pow(math.E, _)))

Expand Down

0 comments on commit fb0a5c7

Please sign in to comment.