h

hmm-lib

Hidden Markov Model (HMM) library for time-inhomogeneous Markov processes
https://github.com/bmwcarit/hmm-lib
Apache License, Version 2.0
Files download
File Operation
hmm-lib-1.0-pre23.jar download
hmm-lib-1.0-pre23.pom download
hmm-lib-1.0-pre23-sources.jar download
Apache Maven
<dependency>
  <groupId>com.graphhopper.external</groupId>
  <artifactId>hmm-lib</artifactId>
  <version>1.0-pre23</version>
</dependency>
Gradle Groovy
implementation 'com.graphhopper.external:hmm-lib:1.0-pre23'
Gradle Kotlin
implementation("com.graphhopper.external:hmm-lib:1.0-pre23")
Scala SBT
libraryDependencies += "com.graphhopper.external" % "hmm-lib" % "1.0-pre23"
Groovy Grape
@Grapes(
  @Grab(group='com.graphhopper.external', module='hmm-lib', version='1.0-pre23')
)
Apache Ivy
<dependency org="com.graphhopper.external" name="hmm-lib" rev="1.0-pre23" />
Leiningen
[com.graphhopper.external/hmm-lib "1.0-pre23"]
Apache Buildr
'com.graphhopper.external:hmm-lib:jar:1.0-pre23'