randomForest_kcv: k-fold randomForest

Description Usage Arguments Examples

View source: R/ml_randomForest.R

Description

k-fold randomForest

Usage

1
randomForest_kcv(XX, YY, kfold = 6, seed = 1, ind_all = NULL, ntree = 500, ...)

Arguments

...

others to randomForest::randomForest()

Examples

1
randomForest_kcv(XX, YY, kfold = 6, seed = 1)

CUG-atmos/MLprcp documentation built on Dec. 31, 2020, 10:57 a.m.