Closed TASchwarz closed 3 years ago
Any float[][] shorter than ~10 Elements (Such as people would use to test things) crashes with a NullreferenceExeption due to Tree.cs line 27 Hyperplane being initialized to null when a Tree has fewer indicies than leaves.
closed by #5
Fix is available on the latest release: https://www.nuget.org/packages/UMAP/1.0.21965
Any float[][] shorter than ~10 Elements (Such as people would use to test things) crashes with a NullreferenceExeption due to Tree.cs line 27 Hyperplane being initialized to null when a Tree has fewer indicies than leaves.