Last Version

Graphical Models - Parent 0.1.0

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

License

License

GroupId

GroupId

com.github.thorbenlindhauer
ArtifactId

ArtifactId

graphmod-parent
Version

Version

0.1.0
Type

Type

pom
Description

Description

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

Project URL

https://github.com/ThorbenLindhauer/graphical-models
Source Code Management

Source Code Management

https://github.com/ThorbenLindhauer/graphical-models

Download graphmod-parent 0.1.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • inference-engine
  • import
  • learning
  • integration