Skip to content

Releases: sinshu/numflat

v1.2.3

05 Apr 05:02

Choose a tag to compare

  • Updated the NMF solver to coordinate descent.
  • Added NonnegativeMatrixFactorizationOptions.

v1.2.2

30 Jan 13:30

Choose a tag to compare

  • Added CommonSpatialPattern.
  • Added the following helper methods for vectors and matrices.
    • Real
    • Imaginary
    • Magnitude
    • MagnitudeSquared
    • Phase
  • Refactored Kernel PCA for improved memory efficiency.
  • Minor miscellaneous improvements.

v1.2.1

23 Sep 09:54

Choose a tag to compare

  • Added KernelPrincipalComponentAnalysis.
  • Added the Rank method to EVD and SVD.

v1.2.0

16 Jul 13:06

Choose a tag to compare

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

v1.1.0

20 May 12:21

Choose a tag to compare

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

v1.0.9

15 May 02:55

Choose a tag to compare

  • Added ClassicalMultiDimensionalScaling.

v1.0.8

13 May 06:40

Choose a tag to compare

  • 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.

v1.0.7

24 Apr 07:59

Choose a tag to compare

  • Added KMedoids.

v1.0.6

15 Apr 12:50

Choose a tag to compare

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

v1.0.5

11 Apr 05:47

Choose a tag to compare

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