RFTrainTurbineModel: Train a random forest model

Description Usage Arguments Value See Also

Description

RFTrainTurbineModel trains a random forest model. Althrough the package assumes that the model will be power versus some forcing conditions, the function can be use to train a model with any combination of predictor and response data.

Usage

1
RFTrainTurbineModel(predictors, response, ntree = 1001, ...)

Arguments

predictors

a data.frame of predictive (forcing) values

response

a vector of response data

ntree

the number of trees to try out (default = 100)

Value

model.RF the resulting model

See Also

Other Random forest methods: RFCheckVarImp; RFChecknTrees; RFQueryTurbineModel; RFTrainTestTurbineModel


AndyClifton/PowerPerformance documentation built on May 5, 2019, 6 a.m.