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-pre29.jar download
hmm-lib-1.0-pre29.pom download
hmm-lib-1.0-pre29-sources.jar download
Apache Maven
<dependency>
  <groupId>com.graphhopper.external</groupId>
  <artifactId>hmm-lib</artifactId>
  <version>1.0-pre29</version>
</dependency>
Gradle Groovy
implementation 'com.graphhopper.external:hmm-lib:1.0-pre29'
Gradle Kotlin
implementation("com.graphhopper.external:hmm-lib:1.0-pre29")
Scala SBT
libraryDependencies += "com.graphhopper.external" % "hmm-lib" % "1.0-pre29"
Groovy Grape
@Grapes(
  @Grab(group='com.graphhopper.external', module='hmm-lib', version='1.0-pre29')
)
Apache Ivy
<dependency org="com.graphhopper.external" name="hmm-lib" rev="1.0-pre29" />
Leiningen
[com.graphhopper.external/hmm-lib "1.0-pre29"]
Apache Buildr
'com.graphhopper.external:hmm-lib:jar:1.0-pre29'