We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace9749 commit b29c0dbCopy full SHA for b29c0db
mllib/src/main/scala/org/apache/spark/mllib/clustering/PIClustering.scala
@@ -106,10 +106,6 @@ object PIClustering {
106
val pointsMap = Map(points: _*)
107
val estCollected = estimates.collect.sortBy(_._1)
108
if (logger.isDebugEnabled) {
109
- // val clusters = estCollected.map(_._2)
110
- // logger.debug(s"Cluster Estimates: ${estCollected.mkString(",")} "
111
- // val counts = Map(estCollected:_*).groupBy(_._1).mapValues(_.size)
112
- // + s" Counts: ${counts.mkString(",")}")
113
logger.debug(s"Cluster Estimates: ${estCollected.mkString(",")}")
114
}
115
(ccs, estCollected)
0 commit comments