File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
lib/src/retrieval/kd_tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 16.10.2
4
+ - KDTree:
5
+ - Corrected usage example
6
+
3
7
## 16.10.1
4
8
- README.md:
5
9
- Proofreading the texts
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ abstract class KDTree implements Serializable {
105
105
/// the source [points] matrix. Example:
106
106
///
107
107
/// ```dart
108
+ /// import 'package:ml_algo/ml_algo.dart';
108
109
/// import 'package:ml_dataframe/ml_dataframe.dart';
109
110
/// import 'package:ml_linalg/vector.dart';
110
111
///
@@ -132,8 +133,7 @@ abstract class KDTree implements Serializable {
132
133
/// the source [points] matrix. Example:
133
134
///
134
135
/// ```dart
135
- /// import 'package:ml_dataframe/ml_dataframe.dart';
136
- /// import 'package:ml_linalg/vector.dart';
136
+ /// import 'package:ml_algo/ml_algo.dart';
137
137
///
138
138
/// final data = [
139
139
/// [21, 34, 22, 11],
Original file line number Diff line number Diff line change 1
1
name : ml_algo
2
2
description : Machine learning algorithms, Machine learning models performance evaluation functionality
3
- version : 16.10.1
3
+ version : 16.10.2
4
4
homepage : https://github.com/gyrdym/ml_algo
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments