File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
8181For 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
Original file line number Diff line number Diff line change 11name : ml_algo
22description : Machine learning algorithms, Machine learning models performance evaluation functionality
3- version : 16.12.0
3+ version : 16.12.1
44homepage : https://github.com/gyrdym/ml_algo
55
66environment :
You can’t perform that action at this time.
0 commit comments