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