search for: edaexecute

Displaying 1 result from an estimated 1 matches for "edaexecute".

Did you mean: doexecute
2013 Sep 23
0
Unable to execute Java MapReduce (Hadoop) code from R using rJava
...ent to Java* * col = columns[1]* * for(i in 2:length(columns)) {* * col = paste(col, columns[i], sep = ",")* * }* * * * switch (analysis,* * * * # Calls the Java main class with the “return type”, “method name”, “parameters to pass” to perform EDA* * eda = .jcall(obj, "V", "edaExecute", c("eda", input, output, col)),* * # Calls the Java main class with the “return type”, “method name”, “parameters to pass” to perform* * # Univariate Analysis* * univ = .jcall(obj, "V", "edaExecute", c("univ", input, output, col)))* * } else if (analysi...