generate.forest.predictions: generate forest predictions

Description Usage Arguments Value Author(s)

View source: R/generate.forest.predictions.R

Description

Generate the predictions for a selection table and a random forest model.

Usage

1
generate.forest.predictions(ubertable, forest, perf = NULL, order.by = "percent")

Arguments

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.

Value

The selection table, with columns added for RF_Score and RF_Rank_Within_Day

Author(s)

Jesse C. Ross


flightcallr documentation built on May 2, 2019, 5:49 p.m.