Skip to content

Commit d9adf2b

Browse files
authored
Corrected link to 'RandomBinaryProjectionSearcher' class in README.md (#229)
1 parent e47d6ef commit d9adf2b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 16.12.1
4+
- Corrected link to `RandomBinaryProjectionSearcher` class in README.md
5+
36
## 16.12.0
47
- `RandomBinaryProjectionSearcher` class added
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ it in web applications.
7676
- **Locality sensitive hashing.** A family of algorithms that randomly partition all reference data points into
7777
different bins, which makes it possible to perform efficient K Nearest Neighbours search, since there is no need
7878
to search for the neighbours through the entire data. The family is represented by the following classes:
79-
- [RandomBinaryProjectionSearcher](https://pub.dev/documentation/ml_algo/latest/random_binary_projection_searcher/RandomBinaryProjectionSearcher-class.html)
79+
- [RandomBinaryProjectionSearcher](https://pub.dev/documentation/ml_algo/latest/ml_algo/RandomBinaryProjectionSearcher-class.html)
8080

8181
For more information on the library's API, please visit the [API reference](https://pub.dev/documentation/ml_algo/latest/ml_algo/ml_algo-library.html)
8282

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ml_algo
22
description: Machine learning algorithms, Machine learning models performance evaluation functionality
3-
version: 16.12.0
3+
version: 16.12.1
44
homepage: https://github.com/gyrdym/ml_algo
55

66
environment:

0 commit comments

Comments
 (0)