UBC-Stat-ML / bayonet

Probabilistic inference utils
BSD 2-Clause "Simplified" License
4 stars 4 forks source link

Summary Build Status

Bayonet contains utilities for doing probability inference.

Installation

Prerequisite software:

There are several options available to install the package:

Integrate to a gradle script

Simply add the following lines (replacing 1.0.0 by the current version (see git tags)):

repositories {
 mavenCentral()
 jcenter()
 maven {
    url "http://www.stat.ubc.ca/~bouchard/maven/"
  }
}

dependencies {
  compile group: 'ca.ubc.stat', name: 'bayonet', version: '1.0.0'
}

Compile using the provided gradle script

Use in eclipse

Note: the probabilistic programming functionalities of this repository have been moved to separate repos (blangDSL and blangSDK).