Description Usage Arguments Details Value Author(s) References See Also
Calls the rjungle C++ routines and grows a Random Jungle.
1 2 3 4 5 6 7 8 9 | rjungle(depVarName = "", data = NULL,
dataFileName = NULL, ntree = 500, mtry = NULL,
treeType = 1, importance = 1, replace = FALSE,
proximity = FALSE, keepJungle = TRUE, nthread = 0,
seed = 123, fileNameOut = character(),
fileNameIn = character(), balanceData = FALSE,
verbose = FALSE, convertdata = FALSE,
inDir = character(), outDir = character(),
options = "", ...)
|
depVarName |
A |
data |
A |
dataFileName |
A |
ntree |
The |
mtry |
A |
treeType |
A |
importance |
A |
replace |
A |
proximity |
A |
keepJungle |
A |
nthread |
A |
seed |
A |
fileNameOut |
A |
fileNameIn |
A |
balanceData |
to add |
verbose |
A |
convertdata |
to add |
inDir |
A |
outDir |
A |
options |
Further arguments to be passed to the
|
... |
Further arguments to be passed to the
|
to add
Returns an object of class rjungle. Contains the
setting used in the call of rjungle function and
the path to the temporary files produced by
rjungle.
Daniel F. Schwarz with modifications by Andreas Bender and Jochen Kruppa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.