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 64c314e commit 64a1c27Copy full SHA for 64a1c27
mllib/src/main/scala/org/apache/spark/ml/clustering/BisectingKMeans.scala
@@ -104,10 +104,6 @@ class BisectingKMeansModel private[ml] (
104
@Since("2.1.0")
105
def setPredictionCol(value: String): this.type = set(predictionCol, value)
106
107
- /** @group expertSetParam */
108
- @Since("2.4.0")
109
- def setDistanceMeasure(value: String): this.type = set(distanceMeasure, value)
110
-
111
@Since("2.0.0")
112
override def transform(dataset: Dataset[_]): DataFrame = {
113
transformSchema(dataset.schema, logging = true)
0 commit comments