Github user Miro12 commented on a diff in the pull request:
https://github.com/apache/spark/pull/16966#discussion_r112689291
--- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/LSH.scala ---
@@ -147,6 +148,15 @@ private[ml] abstract class LSHModel[T <: LSHModel[T]]
modelSubsetWithDistCol.sort(distCol).limit(numNearestNeighbors)
}
+ private[feature] def approxNearestNeighbors(
+ dataset: Dataset[_],
+ key: Vector,
+ numNearestNeighbors: Int,
+ singleProbe: Boolean,
+ distCol: String): Dataset[_] = {
+ approxNearestNeighbors(dataset, key, numNearestNeighbors, singleProbe,
distCol, 0.05)
--- End diff --
Thanks!!!Your code help me a lot, and can I ask questions in Chinese(Maybe
by sending you an email~)^_^
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]