Permalink
Browse files

Update name

  • Loading branch information...
1 parent 2b143cf commit 3185a6338bca06dff1bc5debb0504b9a29af3819 @cheeyeelim committed Dec 11, 2015
View
@@ -1,2 +1,2 @@
-# booltrainer_resultscripts
-Scripts used to generate the results in the paper
+# btr_resultscripts
+Data and scripts used to generate the results in the paper
View
@@ -1,5 +1,5 @@
#(1) Setup paths and environment.
-library(BoolTraineR)
+library(BTR)
library(doParallel)
path='~/bool_final/'
@@ -1,5 +1,5 @@
#(1) Setup paths and environment.
-library(BoolTraineR)
+library(BTR)
library(bnlearn)
library(ggplot2)
library(gridExtra) #for plotting multiple graphs
@@ -1,5 +1,5 @@
#(1) Setup paths and environment.
-library(BoolTraineR)
+library(BTR)
library(doParallel)
path='~/bool_final/'
@@ -1,4 +1,4 @@
-library(BoolTraineR)
+library(BTR)
library(ggplot2)
library(gridExtra) #for plotting multiple graphs
library(colorspace)
View
@@ -1,5 +1,5 @@
#(1) Setup paths and environment.
-library(BoolTraineR)
+library(BTR)
library(doParallel)
path='~/bool_final/'

0 comments on commit 3185a63

Please sign in to comment.