Description Usage Arguments Value
View source: R/tuneRegularization.R
Use the AdaLipo technique to search for the best value for the regularization hyperparameter.
1 2 | tuneRegularization(occurrence_data, background_data, predictors,
group_data, factor, range, num_iterations)
|
occurrence_data |
Dataframe of species occurrence coordinates and extracted environmental predictor data. |
background_data |
Dataframe of selected background coordinates and extracted environmental predictor data. |
predictors |
A RasterStack of RasterLayer objects representing the environmental predictors. |
group_data |
A named list of bin designation for occurrence points and background points. |
factor |
The factor hyperparameter value to use in model creation. |
range |
A 2 element vector containing the start and end point of the range of regularization values to search. |
num_iterations |
Number of models to create. |
A list of results from all created models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.