Recent Releases of https://github.com/sinshu/numflat

https://github.com/sinshu/numflat - v1.2.0

  • Fixed issue where some methods did not throw exceptions correctly.
  • Renamed the Distance delegate to DistanceMetric (breaking).
  • Added SubsequenceDynamicTimeWarping.

- C#
Published by sinshu 11 months ago

https://github.com/sinshu/numflat - v1.1.0

  • The GetFramePosition and GetFrameTime methods of StftInfo now return a tuple. This tuple represents the start and end positions of a frame (breaking).

- C#
Published by sinshu about 1 year ago

https://github.com/sinshu/numflat - v1.0.9

  • Added ClassicalMultiDimensionalScaling.

- C#
Published by sinshu about 1 year ago

https://github.com/sinshu/numflat - v1.0.8

  • Added HiddenMarkovModel. Current HMM implementations have the following limitations:
    • Only a version is provided in which each state corresponds to a multivariate probability distribution.
    • HMM parameters must be precomputed and provided.
    • Only basic Viterbi decoding is supported.

- C#
Published by sinshu about 1 year ago

https://github.com/sinshu/numflat - v1.0.7

  • Added KMedoids.

- C#
Published by sinshu about 1 year ago

https://github.com/sinshu/numflat - v1.0.6

  • Added an option to EarthMoversDistance to allow setting the maximum number of iterations.

- C#
Published by sinshu about 1 year ago

https://github.com/sinshu/numflat - v1.0.5

  • Removed the IDistance interface and added the Distance delegate (breaking).
  • Added EarthMoversDistance.

- C#
Published by sinshu about 1 year ago

https://github.com/sinshu/numflat - v1.0.4

  • Added Special.GetMemoryFromUnmanagedPointer to support matrices backed by unmanaged memory.
  • Added DynamicTimeWarping.

- C#
Published by sinshu about 1 year ago

https://github.com/sinshu/numflat - v1.0.3

  • Indexers for Vec<T> and Mat<T> now return ref T, improving usability.

- C#
Published by sinshu about 1 year ago

https://github.com/sinshu/numflat -

  • Revised the complex linear regression formula from y = w^H * x + b to y = w^T * x + b.

- C#
Published by sinshu about 1 year ago

https://github.com/sinshu/numflat -

  • Some code optimizations.
  • Added complex linear regression.

- C#
Published by sinshu about 1 year ago

https://github.com/sinshu/numflat - v1.0.0

All features planned for v1.0.0 have been implemented 😁✨ https://github.com/sinshu/numflat/blob/main/CHANGELOG.md

- C#
Published by sinshu almost 2 years ago