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