srowen commented on a change in pull request #30374:
URL: https://github.com/apache/spark/pull/30374#discussion_r524364246
##########
File path:
mllib/src/main/scala/org/apache/spark/ml/clustering/GaussianMixture.scala
##########
@@ -424,11 +463,11 @@ class GaussianMixture @Since("2.0.0") (
}
private def trainImpl(
- instances: RDD[(Vector, Double)],
- weights: Array[Double],
- gaussians: Array[(DenseVector, DenseVector)],
- numFeatures: Int,
- instr: Instrumentation): (Double, Int) = {
+ instances: RDD[(Vector, Double)],
Review comment:
Please revert all the whitespace changes first
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]