Description Usage Arguments Value Author(s)
View source: R/generate.forest.predictions.R
Generate the predictions for a selection table and a random forest model.
1 | generate.forest.predictions(ubertable, forest, perf = NULL, order.by = "percent")
|
ubertable |
The selection table, with feature columns added by generate.seewave.measures() |
forest |
The random forest model. |
perf |
A perf object, if bootstrapping has been done. |
order.by |
Whether to order the results by percent or rank within day. |
The selection table, with columns added for RF_Score and RF_Rank_Within_Day
Jesse C. Ross
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.