Github user WeichenXu123 commented on a diff in the pull request:
https://github.com/apache/spark/pull/17092#discussion_r180998595
--- Diff:
mllib/src/main/scala/org/apache/spark/ml/feature/BucketedRandomProjectionLSH.scala
---
@@ -137,6 +136,9 @@ class BucketedRandomProjectionLSH(override val uid:
String)
@Since("2.1.0")
override def setNumHashTables(value: Int): this.type =
super.setNumHashTables(value)
+ @Since("2.2.0")
--- End diff --
`@Since("2.4.0")`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]