Download hmm-lib-1.0.0.jar file - Jar h

Jar examples for h:hmm-lib

Description

Hidden Markov Model (HMM) library for time-inhomogeneous Markov processes

You can download jar file hmm-lib 1.0.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add hmm-lib-1.0.0.jar to your project.

<dependency>
   <groupId>com.graphhopper.external</groupId>
   <artifactId>hmm-lib</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.graphhopper.external', name: 'hmm-lib', version: '1.0.0'
libraryDependencies += "com.graphhopper.external" % "hmm-lib" % "1.0.0"
<dependency org="com.graphhopper.external" name="hmm-lib" rev="1.0.0"/>
@Grapes(@Grab(group='com.graphhopper.external', module='hmm-lib', version='1.0.0'))
'com.graphhopper.external:hmm-lib:jar:1.0.0'

Download

Click the following link to download the jar file.

hmm-lib-1.0.0-javadoc.jar
hmm-lib-1.0.0-sources.jar
hmm-lib-1.0.0.jar
hmm-lib-1.0.0.pom



Related Tutorials