- Catch up with base-4.8
- Bug fix release
- Add function
euclideanDistance
which measures the Euclidean distance between two models
- Bug fix release
- Default the limit of Baum-Welch iteration to 10000 (in
baumWelch'
)
- Bug fix release
- 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
Learning.IOHMM
which represents a class of input-output HMM - Delete
Learning.HMM.new
- Performance improvements with employing 'hmatrix'
withEmission
now does iterative re-estimation based on the Viterbi path
- Remove dependency on the 'logfloat' package
- Performance improvements
- Add function
init
for random initialization - Add function
simulate
for running a Markov process
- Original version