You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new grouping method: AttractorsViaPairwiseComparison (#97)
* Add grouping of attractors via pairwise comparison -- WIP
* add supp for generic distance metric
* add tests for vector and matrix features
* renamed optiaml radius method to distance threshold (mcuh better)
* remove par_weight keywords
* improve doc with more info and some tips
* improve docs, incremented version
* rename threshold and metric
* small improvements to docs
---------
Co-authored-by: George Datseris <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
# v1.12
2
+
- New algorithm `GroupViaPairwiseComparison` to group features in `AttractorsViaFeaturizing`. Simpler, typically faster and using less memory than DBSCAN, it can be useful in well-behaved systems.
3
+
1
4
# v1.11
2
5
- New algorithm `subdivision_based_grid`. Allows user to automatically constuct the grid which simulates subdivision into regions with different discretization levels in accordance with state space flow speed.
0 commit comments