All Versions
12
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.3.2.2 Changes
- Catch up with base-4.8
-
v0.3.2.1 Changes
- ๐ Bug fix release
-
v0.3.2.0 Changes
- โ Add function
euclideanDistance
which measures the Euclidean distance between two models
- โ Add function
-
v0.3.1.3 Changes
- ๐ Bug fix release
-
v0.3.1.2 Changes
- 0๏ธโฃ Default the limit of Baum-Welch iteration to 10000 (in
baumWelch'
)
- 0๏ธโฃ Default the limit of Baum-Welch iteration to 10000 (in
-
v0.3.1.1 Changes
- ๐ Bug fix release
-
v0.3.1.0 Changes
- โ Add function
baumWelch'
that performs the Baum-Welch algorithm and returns a result locally maximizing its likelihood. This behaviour is different from that ofbaumWelch
, which returns a list of intermediate results.
- โ Add function
-
v0.3.0.0 Changes
- โ Add
Learning.IOHMM
which represents a class of input-output HMM - โ Delete
Learning.HMM.new
- โ Add
-
v0.2.1.0 Changes
- ๐ Performance improvements with employing 'hmatrix'
withEmission
now does iterative re-estimation based on the Viterbi path
-
v0.2.0.0 Changes
- โ Remove dependency on the 'logfloat' package
- ๐ Performance improvements