Fanoid opened a new pull request, #191:
URL: https://github.com/apache/flink-ml/pull/191
## What is the purpose of the change
This pull request adds the implementation of MinHash LSH algorithm.
## Brief change log
- Adds base Transformer and Estimator of LSH algorithms
- Adds Transformer and Estimator implementation of MinHash LSH in Java and
Python
- Adds examples and documentations of MinHash LSH
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): no
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: no
## Documentation
- Does this pull request introduce a new feature? yes
- If yes, how is the feature documented? docs / JavaDocs
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]