View source: R/predImportEval.r
predImportEval | R Documentation |
This function is used evaluate the importance of variables in models trained on simulated data. Typical implementation is to use predImportMakeData
to create simulated data sets, then predImportTrainModels
to train SDMs on those data sets, then predImportEval
to evaluate the models.
predImportEval( simDir, modelDir, evalDir, algos = c("omniscient", "bioclim", "brt", "gam", "glm", "maxent", "maxnet", "rf"), type = c("multivariate", "reduced", "univariate"), iters = 1:100, perms = 30L, ia = TRUE, overwrite = FALSE, fileFlag = NULL, userdata = NULL, verbose = 1, ... )
simDir |
Character, path name of directory in which scenario data files are saved. |
modelDir |
Character, path name of directory in which model files are saved. |
evalDir |
Character, path name of directory to which to save evaluations. |
algos |
Character list of model algorithms to evaluate. Options include |
type |
Character, type of models to train. Options include |
iters |
Vector of positive integers, data iterations to evaluate. |
perms |
Positive integer, number of permutations for permutation tests of variable importance. Default is 30. |
ia |
Logical, if |
overwrite |
Logical, if |
fileFlag |
Either |
userdata |
Either |
verbose |
Numeric, if 0 then show minimal output, 1 more output, 2 even more, >2 all of it. |
... |
Arguments to pass to |
Nothing (saves a data frame to disc).
predImportMakeData
, predImportTrainModels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.