Skip to content

Commit 2fd163c

Browse files
committed
move to factor graph representation
1 parent 1935a44 commit 2fd163c

File tree

7 files changed

+214
-295
lines changed

7 files changed

+214
-295
lines changed

README README.md

File renamed without changes.

project.clj

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
(defproject es.corygil/bayesnet "1.0.0-SNAPSHOT"
1+
(defproject es.corygil/factor-graph "1.0.0-SNAPSHOT"
22
:description "Bayesian inference via belief propagation"
3-
:dependencies [[org.clojure/clojure "1.3.0"]
4-
[incanter/incanter-core "1.3.0-SNAPSHOT"]
5-
[cc.artifice/loom "0.1.1"]])
3+
:dependencies [[org.clojure/clojure "1.3.0"]])

src/es/corygil/.#bayesnet.clj

-1
This file was deleted.

src/es/corygil/bayesnet.clj

-185
This file was deleted.

src/es/corygil/bayesnet2.clj

-105
This file was deleted.

0 commit comments

Comments
 (0)