Simple Bayesian Belief Network inference library for Java.

A very cool project for BBN inference using approximate and exact algorithms.

License

License

Categories

Categories

Infer Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.vangj
ArtifactId

ArtifactId

jbayes-inference
Last Version

Last Version

0.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Simple Bayesian Belief Network inference library for Java.
A very cool project for BBN inference using approximate and exact algorithms.
Project URL

Project URL

https://github.com/vangj/jbayes

Download jbayes-inference

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
commons-io : commons-io jar 2.6
com.fasterxml.jackson.core : jackson-databind jar 2.11.0
net.sf.opencsv : opencsv jar 2.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1