predict-multilayer-forestry: predict-multilayer-forestry

Description Usage Arguments Value See Also

Description

Return the prediction from the forest.

Usage

1
2
## S3 method for class 'multilayerForestry'
predict(object, feature.new, aggregation = "average", ...)

Arguments

object

A 'multilayerForestry' object.

feature.new

A data frame of testing predictors.

aggregation

How shall the leaf be aggregated. The default is to return the mean of the leave 'average'. Other options are 'weightMatrix'.

...

additional arguments.

Value

A vector of predicted responses.

See Also

forestry


soerenkuenzel/forestry documentation built on April 25, 2021, 10:02 a.m.