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
Distancedelegate toDistanceMetric(breaking). - Added
SubsequenceDynamicTimeWarping.
- C#
Published by sinshu 11 months ago
https://github.com/sinshu/numflat - v1.1.0
- The
GetFramePositionandGetFrameTimemethods ofStftInfonow 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
EarthMoversDistanceto 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
IDistanceinterface and added theDistancedelegate (breaking). - Added
EarthMoversDistance.
- C#
Published by sinshu about 1 year ago
https://github.com/sinshu/numflat - v1.0.4
- Added
Special.GetMemoryFromUnmanagedPointerto 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>andMat<T>now returnref 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 + btoy = 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