Description Usage Arguments Value Author(s) Examples
View source: R/random-forest.R
Random forests
1 2 3 4 5 6 7 |
spec, env |
a data.frame object. |
byrow |
a logical value, if TRUE, the 'spec' on the rows. |
seed |
a integer value. |
... |
extra parameters. |
x |
a rand_forest object. |
a rand_forest object.
Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei
1 2 3 4 5 6 | ## Not run:
spec <- mtcars[c(1, 3, 4, 5)]
env <- mtcars[6:11]
random_forest(spec, env)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.