path_to_maxent.jar
: character, the link to maxent.jar file (the working directory by default)
memory_allocated
: integer (default 512
), the amount of memory (in Mo) reserved for java to run MAXENT.Phillips. should be 64, 128, 256, 512, 1024, 2048... or NULL if you want to use default java memory limitation parameter.
background_data_dir
: character, path to a directory where explanatory variables are stored as ASCII files (raster format).
If specified MAXENT will generate it's own background data from expalantory variables rasters (as usually done in MAXENT studies). If not
set, then MAXENT will use the same pseudo absences than other models (generated within biomod2 at formatting step) as background data.
maximumbackground
: integer, the maximum number of background data to sample. This parameter will be use only if background_data_dir
option has been set to a non default value.
maximumiterations
: integer (default 200
), maximum iteration done
visible
: logical (default FALSE
), make the Maxent user interface visible
linear
: logical (default TRUE
), allow linear features to be used
quadratic
: logical (default TRUE
), allow quadratic features to be used
product
: logical (default TRUE
), allow product features to be used
threshold
: logical (default TRUE
), allow threshold features to be used
hinge
: logical (default TRUE
), allow hinge features to be used
lq2lqptthreshold
: integer (default 80
), number of samples at which product and threshold features start being used
l2lqthreshold
: integer (default 10
), number of samples at which quadratic features start being used
hingethreshold
: integer (default 15
), number of samples at which hinge features start being used
beta_threshold
: numeric (default -1.0
), regularization parameter to be applied to all threshold features; negative value enables automatic setting
beta_categorical
: numeric (default -1.0
), regularization parameter to be applied to all categorical features; negative value enables automatic setting
beta_lqp
: numeric (default -1.0
), regularization parameter to be applied to all linear, quadratic and product features; negative value enables automatic setting
beta_hinge
: numeric (default -1.0
), regularization parameter to be applied to all hinge features; negative value enables automatic setting
betamultiplier
: numeric (default 1
), multiply all automatic regularization parameters by this number. A higher number gives a more spread-out distribution.
defaultprevalence
: numeric (default 0.5
), default prevalence of the species: probability of presence at ordinary occurrence points