Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquan Pei committed Aug 1, 2014
1 parent e4a04d3 commit 57dc50d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@

package org.apache.spark.mllib.feature

import scala.util._
import scala.util.{Random => Random}
import scala.collection.mutable.ArrayBuffer
import scala.collection.mutable.HashMap
import scala.collection.mutable

import com.github.fommil.netlib.BLAS.{getInstance => blas}
Expand Down Expand Up @@ -373,4 +372,4 @@ object Word2Vec extends Serializable with Logging {
minCount: Int): Word2VecModel = {
new Word2Vec(size,startingAlpha, window, minCount).fit(input)
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ class Word2VecSuite extends FunSuite with LocalSparkContext {
assert(synons(0)._1 == "taiwan")
assert(synons(1)._1 == "japan")
}
}
}

0 comments on commit 57dc50d

Please sign in to comment.