All Versions
12
Latest Version
Avg Release Cycle
-
Latest Release
-

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
  • 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')
  • 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 of baumWelch, which returns a list of intermediate results.
  • v0.3.0.0 Changes

    • ➕ Add Learning.IOHMM which represents a class of input-output HMM
    • ✂ Delete Learning.HMM.new
  • 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