View source: R/model_RandomForest.R
fit.rf | R Documentation |
Build Random Forest model
## S3 method for class 'rf'
fit(x)
x |
A training dataset with calculated Chemical Descriptors |
Returns a trained model ready to predict
rf <- fit.rf(training)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.