Skip to content

Commit

Permalink
Remve an extra new line
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw committed Jul 1, 2015
1 parent 444c289 commit 5bedc51
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ class KMeans(override val uid: String) extends Estimator[KMeansModel] with KMean
/** @group setParam */
def setSeed(value: Long): this.type = set(seed, value)


override def fit(dataset: DataFrame): KMeansModel = {
val map = this.extractParamMap()
val rdd = dataset.select(col(map(featuresCol))).map { case Row(point: Vector) => point}
Expand Down

0 comments on commit 5bedc51

Please sign in to comment.