Neil Ireson

Results 5 issues of Neil Ireson

As far as I can understand the code there are two main parameters that allow control of the map-matching (Viterbi algorithm) process; measurementErrorSigma and transitionProbabilityBeta. **transitionProbabilityBeta** is used to compute...

Update project dependencies and change the project version number to 2.3.0-SNAPSHOT as there is already a 2.2.1 published on maven central

…sion has a transitive dependency to commonj.sdo:2.1.1 that is not on Maven Central.

I've updated all the dependencies to the latest versions and fixed the code where required.

The automaton I create can be large (1GB+) and these can take a long time to create on slower systems so it's handy to be able to serialize them so...