View source: R/downscaleTrain.R
downs.train | R Documentation |
Internal function of downscaleTrain
that switches to the selected method.
downs.train(x, y, method, model.verbose = TRUE, ...)
x |
The input grid. Class: matrix. |
y |
The observations dataset. Class: matrix. |
method |
Type of transer function. Options are: analogs, GLM and NN. |
model.verbose |
Logic value. Indicates wether the information concerning the model infered is limited to the essential information (model.verbose = FALSE) or a more detailed information (model.verbose = TRUE, DEFAULT). This is recommended when you want to save memory. Only operates for GLM. |
... |
Optional parameters. These parameters are different depending on the method selected. Every parameter has a default value set in the atomic functions in case that no selection is wanted. For this reason see the atomic functions for more details: |
The optional parameters of neural networks can be found in the library deepnet via nn.train
This function is internal and should not be used by the user. The user should use downscaleTrain
.
An object with the information of the selected model.
J. Bano-Medina
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.