| License |
License |
|---|---|
| Categories |
CategoriesInfer Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdcom.github.vangj |
| ArtifactId | ArtifactIdjbayes-inference |
| Last Version | Last Version0.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSimple Bayesian Belief Network inference library for Java.
A very cool project for BBN inference using approximate and exact algorithms.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jbayes-inference-0.0.6.pom | |
| jbayes-inference-0.0.6.jar | 102 KB |
| jbayes-inference-0.0.6-sources.jar | 45 KB |
| jbayes-inference-0.0.6-javadoc.jar | 380 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |