Releases: sinshu/numflat
Releases · sinshu/numflat
v1.2.3
05 Apr 05:02
Compare
Sorry, something went wrong.
No results found
Updated the NMF solver to coordinate descent.
Added NonnegativeMatrixFactorizationOptions.
v1.2.2
30 Jan 13:30
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added KernelPrincipalComponentAnalysis.
Added the Rank method to EVD and SVD.
v1.2.0
16 Jul 13:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added ClassicalMultiDimensionalScaling.
v1.0.8
13 May 06:40
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v1.0.6
15 Apr 12:50
Compare
Sorry, something went wrong.
No results found
Added an option to EarthMoversDistance to allow setting the maximum number of iterations.
v1.0.5
11 Apr 05:47
Compare
Sorry, something went wrong.
No results found
Removed the IDistance interface and added the Distance delegate (breaking).
Added EarthMoversDistance.