Last Version

Graphical Models - Inference Engine 0.1.0

A Java library for performing inference in graphical models (Bayesian and Markov networks) and learning distribution parameters.

License

License

Categories

Categories

Infer Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.thorbenlindhauer
ArtifactId

ArtifactId

graphmod-inference-engine
Version

Version

0.1.0
Type

Type

jar
Description

Description

Graphical Models - Inference Engine
A Java library for performing inference in graphical models (Bayesian and Markov networks) and learning distribution parameters.

Download graphmod-inference-engine 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.thorbenlindhauer/graphmod-inference-engine/ -->
<dependency>
    <groupId>com.github.thorbenlindhauer</groupId>
    <artifactId>graphmod-inference-engine</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenlindhauer/graphmod-inference-engine/
implementation 'com.github.thorbenlindhauer:graphmod-inference-engine:0.1.0'
// https://jarcasting.com/artifacts/com.github.thorbenlindhauer/graphmod-inference-engine/
implementation ("com.github.thorbenlindhauer:graphmod-inference-engine:0.1.0")
'com.github.thorbenlindhauer:graphmod-inference-engine:jar:0.1.0'
<dependency org="com.github.thorbenlindhauer" name="graphmod-inference-engine" rev="0.1.0">
  <artifact name="graphmod-inference-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenlindhauer', module='graphmod-inference-engine', version='0.1.0')
)
libraryDependencies += "com.github.thorbenlindhauer" % "graphmod-inference-engine" % "0.1.0"
[com.github.thorbenlindhauer/graphmod-inference-engine "0.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-math3 jar 3.4

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.assertj : assertj-core jar 1.6.1

Project Modules

There are no modules declared in this project.