Splits data by clustering in the feature space. See the upstream implementation at blockCV::cv_cluster() and Valavi et al. (2018) for further information.
Details
Useful when the dataset is supposed to be split on environmental information which is present in features. The method allows for a combination of multiple features for clustering.
The input of raster images directly as in blockCV::cv_cluster() is not supported. See list("mlr3spatial") and its raster DataBackends for such support in list("mlr3").
Valavi R, Elith J, Lahoz-Monfort JJ, Guillera-Arroita G (2018). blockCV: an R package for generating spatially or environmentallyseparated folds for k-fold cross-validation of species distributionmodels.
bioRxiv. tools:::Rd_expr_doi("10.1101/357798") .
Super class
mlr3::Resampling -> ResamplingRepeatedSpCVEnv
Active bindings
iters: integer(1)
Returns the number of resampling iterations, depending on the values stored in the `param_set`.