.sits_classify_check_params: Check classification parameters
Description
Verify that required parameters are correct.
Usage
.sits_classify_check_params(cube, ml_model)
Arguments
- cube
Tibble with information about a data cube.
- ml_model
An R model trained by sits_train
.