Description Usage Arguments Value Author(s)
fit_jian_ann
fits an artificial neural network, and fit_jian_rf
fits a random forest model (with or without top_type
included).
1 2 3 | fit_jian_ann(data, use_rock = FALSE, verbose = FALSE)
fit_jian_rf(data, use_rock = FALSE, top_type = FALSE)
|
data |
Input data for fit. |
use_rock |
Logical. If |
verbose |
Logical. If |
top_type |
Logical. If |
For fit_jian_ann
, the output of neuralnet::neuralnet()
,
but with the special class attribute urbankfs_ann
(so we can
define our own predict
S3 method). For fit_jian_rf
, the
output of randomForest::randomForest()
.
Alexey Shiklomanov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.