Description Usage Arguments Value Author(s) Examples
convenience function to mitigate risk of improperly disentangling train/test
NOTE: the original row names (too dangerous for repeated rows) are not kept but instead recorded in a separate column
1 2 3 4 |
RF |
object returned by call to randomForest() |
data |
data which was used to train the RF. NOTE: assumes setting of inbag=TRUE while training |
k |
tree number |
inclRowNames |
create extra column of original row names |
NullRowNames |
if TRUE set row names to NULL |
verbose |
level of verbosity |
inbag and outbag subsets of the original data
Markus Loecher <Markus.Loecher@gmail.com>
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.