[codeface] Re: [PATCH 2/5] Source some necessary files to run analysis.r

  • From: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxxxxxxxx>
  • To: <codeface@xxxxxxxxxxxxx>
  • Date: Wed, 4 Nov 2015 23:49:23 +0100

Am 29/10/15 um 11:57 schrieb Mitchell Joblin:

Signed-off-by: Mitchell Joblin <mitchell.joblin.ext@xxxxxxxxxxx>
---
codeface/R/ml/analysis.r | 2 ++
1 file changed, 2 insertions(+)

diff --git a/codeface/R/ml/analysis.r b/codeface/R/ml/analysis.r
index ee17037..eb137b6 100644
--- a/codeface/R/ml/analysis.r
+++ b/codeface/R/ml/analysis.r
@@ -25,7 +25,9 @@ source("../db.r", chdir=TRUE)
source("../utils.r", chdir=TRUE)
source("../query.r", chdir=TRUE)
source("../id_manager.r", chdir=TRUE)
+source("../mc_helpers.r")
source("project.spec.r")
+source("ml_utils.r")


Looks good to me --Wolfgang
gen.forest <- function(conf, repo.path, resdir) {
## TODO: Use apt ML specific preprocessing functions, not always the


Other related posts: