prepare_grid_finetuning: Internal function used to prepare the grid of the parameters...

View source: R/tools.R

prepare_grid_finetuningR Documentation

Internal function used to prepare the grid of the parameters to try when finetuning the RF

Description

This function is called by run_RF_workflow().

Usage

prepare_grid_finetuning(grid_type = "fine")

Arguments

grid_type

The type of grid to use for finetuning the RF ("fine", the default, or "coarse")

Examples

nrow(prepare_grid_finetuning())
nrow(prepare_grid_finetuning(grid_type = "coarse"))


courtiol/rangeRinPA documentation built on Sept. 29, 2022, 9:54 a.m.