File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v1.0.5
2
+
3
+ * Removed the ` IDistance ` interface and added the ` Distance ` delegate (breaking).
4
+ * Added ` EarthMoversDistance ` .
5
+
1
6
# v1.0.4
2
7
3
8
* Added ` Special.GetMemoryFromUnmanagedPointer ` to support matrices backed by unmanaged memory.
Original file line number Diff line number Diff line change 8
8
<GenerateDocumentationFile >True</GenerateDocumentationFile >
9
9
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
10
10
<Title >NumFlat</Title >
11
- <Version >1.0.4 </Version >
11
+ <Version >1.0.5 </Version >
12
12
<Authors >Nobuaki Tanaka</Authors >
13
13
<Description >A numerical computation library for C#</Description >
14
14
<PackageProjectUrl >https://github.com/sinshu/numflat</PackageProjectUrl >
Original file line number Diff line number Diff line change @@ -697,6 +697,7 @@ Matrix 3x3-Double
697
697
- ✅ Gaussian
698
698
- ✅ Diagonal Gaussian
699
699
- ⬜ Other distributions
700
+ - ✅ Earth mover's distance
700
701
* 🚧 Clustering
701
702
- ✅ k-means
702
703
- ✅ GMM (gaussian mixture model)
You can’t perform that action at this time.
0 commit comments