Description Usage Arguments Value See Also
RFTrainTestTurbineModel trains and then tests a random forest power
model of a wind turbine using actual observations. The function returns basic
error and CPU usage metrics. This function is intended for assessing
the accuracy of a particular model.
| 1 2 | RFTrainTestTurbineModel(train.predictors, train.response, test.predictors,
  test.response)
 | 
| train.predictors | a data.frame containing the predictors that will be used to train the model | 
| train.response | a vector containing the response of the turbine (this could be power, loads, ...) | 
| test.predictors | a data.frame containing a new set of predictors that will be use to create a new response matrix | 
| test.response | a vector of observed responses | 
a list containing
the random forest model
a data.frame containing different error and performance metrics
Other Random forest methods: RFCheckVarImp;
RFChecknTrees;
RFQueryTurbineModel;
RFTrainTurbineModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.