summaryrefslogtreecommitdiff
path: root/lib/lazar.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2015-10-08 10:32:31 +0200
committerChristoph Helma <helma@in-silico.ch>2015-10-08 10:32:31 +0200
commit6bde559981fa11ffd265af708956f9d4ee6c9a89 (patch)
tree0fdeff56c476bb2eb0e6a2af895a1e9306645904 /lib/lazar.rb
parentc974ddec27b8e505a8dc22a7c99f2e4b8682aa48 (diff)
crossvalidation plots, original classification confidence
Diffstat (limited to 'lib/lazar.rb')
-rw-r--r--lib/lazar.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/lazar.rb b/lib/lazar.rb
index 89b50f7..f801062 100644
--- a/lib/lazar.rb
+++ b/lib/lazar.rb
@@ -21,6 +21,9 @@ $gridfs = $mongo.database.fs
# R setup
R = Rserve::Connection.new
+R.eval "library(ggplot2)"
+R.eval "library(grid)"
+R.eval "library(gridExtra)"
# Logger setup
STDOUT.sync = true # for redirection, etc see http://stackoverflow.com/questions/8549443/why-doesnt-logger-output-to-stdout-get-redirected-to-files