Flag
|
Abbrv
|
Type
|
Default
|
Meaning
|
responsecurves
|
P
|
boolean
|
false
|
Create graphs showing how predicted relative probability of
occurrence depends on the value of each environmental variable
|
pictures
|
|
boolean
|
true
|
Create a .png image for each output grid
|
jackknife
|
J
|
boolean
|
false
|
Measure importance of each environmental variable by training with
each environmental variable first omitted, then used in isolation
|
outputformat
|
|
string
|
logistic
|
Representation of probabilities used in writing output grids. See
Help for details
|
outputfiletype
|
|
string
|
asc
|
File format used for writing output grids
|
outputdirectory
|
o
|
directory
|
|
Directory where outputs will be written. This should be different
from the environmental layers directory.
|
projectionlayers
|
j
|
file/directory
|
|
Location of an alternate set of environmental variables. Maxent
models will be projected onto these variables. Can be a .csv
file (in SWD format) or a directory containing one file per
variable. Multiple projection files/directories can be
separated by commas.
|
samplesfile
|
s
|
file
|
|
Please enter the name of a file containing presence locations for
one or more species.
|
environmentallayers
|
e
|
file/directory
|
|
Environmental variables can be in a directory containing one file
per variable, or all together in a .csv file in SWD format.
Please enter a directory name or file name.
|
randomseed
|
|
boolean
|
false
|
If selected, a different random seed will be used for each run, so
a different random test/train partition will be made and a
different random subset of the background will be used, if
applicable.
|
logscale
|
|
boolean
|
true
|
If selected, all pictures of models will use a logarithmic scale
for color-coding.
|
warnings
|
|
boolean
|
true
|
Pop up windows to warn about potential problems with input data. Regardless
of this setting, warnings are always printed to the log file.
|
tooltips
|
|
boolean
|
true
|
Show messages that explain various parts of the interface, like
this message
|
askoverwrite
|
r
|
boolean
|
true
|
If output files already exist for a species being modeled, pop
up a window asking whether to overwrite or skip. Default is to
overwrite.
|
skipifexists
|
S
|
boolean
|
false
|
If output files already exist for a species being modeled, skip
the species without remaking the model.
|
removeduplicates
|
|
boolean
|
true
|
Remove duplicate presence records. If environmental data are in
grids, duplicates are records in the same grid cell. Otherwise,
duplicates are records with identical coordinates.
|
writeclampgrid
|
|
boolean
|
true
|
Write a grid that shows the spatial distribution of clamping. At
each point, the value is the absolute difference between
prediction values with and without clamping.
|
writemess
|
|
boolean
|
true
|
A multidimensional environmental similarity surface (MESS) shows
where novel climate conditions exist in the projection layers. The
analysis shows both the degree of novelness and the variable that
is most out of range at each point.
|
randomtestpoints
|
X
|
integer
|
0
|
Percentage of presence localities to be randomly set aside as test
points, used to compute AUC, omission etc.
|
betamultiplier
|
b
|
double
|
1.0
|
Multiply all automatic regularization parameters by this number. A
higher number gives a more spread-out distribution.
|
maximumbackground
|
MB
|
integer
|
10000
|
If the number of background points / grid cells is larger than
this number, then this number of cells is chosen randomly for
background points
|
biasfile
|
|
file
|
|
Sampling is assumed to be biased according to the sampling
distribution given in this grid file. Values in this file must
not be zero or negative. MaxEnt will factor out the bias. Requires
environmental data to be in grids, rather than a SWD format file
|
testsamplesfile
|
T
|
file
|
|
Use the presence localities in this file to compute statistics
(AUC, omission etc.) The file can contain different localities
for different species. It takes precedence over the random test
percentage.
|
replicates
|
|
integer
|
1
|
Number of replicate runs to do when cross-validating,
bootstrapping or doing sampling with replacement runs
|
replicatetype
|
|
string
|
crossvalidate
|
If replicates > 1, do multiple runs of this type: Crossvalidate:
samples divided into replicates folds; each fold in turn
used for test data. Bootstrap: replicate sample sets chosen by
sampling with replacement. Subsample: replicate sample sets
chosen by removing random test percentage without
replacement to be used for evaluation.
|
perspeciesresults
|
|
boolean
|
false
|
Write separate maxentResults file for each species
|
writebackgroundpredictions
|
|
boolean
|
false
|
Write .csv file with predictions at background points
|
responsecurvesexponent
|
|
boolean
|
false
|
Instead of showing the logistic value for the y axis in response
curves, show the exponent (a linear combination of features)
|
linear
|
l
|
boolean
|
true
|
Allow linear features to be used
|
quadratic
|
q
|
boolean
|
true
|
Allow quadratic features to be used
|
product
|
p
|
boolean
|
true
|
Allow product features to be used
|
threshold
|
|
boolean
|
true
|
Allow threshold features to be used
|
hinge
|
h
|
boolean
|
true
|
Allow hinge features to be used
|
addsamplestobackground
|
d
|
boolean
|
true
|
Add to the background any sample for which has a combination of
environmental values that isn't already present in the background
|
addallsamplestobackground
|
|
boolean
|
false
|
Add all samples to the background, even if they have combinations
of environmental values that are already present in the background
|
autorun
|
a
|
boolean
|
false
|
Start running as soon as the the program starts up
|
writeplotdata
|
|
boolean
|
false
|
Write output files containing the data used to make response
curves, for import into external plotting software
|
fadebyclamping
|
|
boolean
|
false
|
Reduce prediction at each point in projections by the difference
between clamped and non-clamped output at that point
|
extrapolate
|
|
boolean
|
true
|
Predict to regions of environmental space outside the limits
encountered during training
|
visible
|
z
|
boolean
|
true
|
Make the Maxent user interface visible
|
autofeature
|
A
|
boolean
|
true
|
Automatically select which feature classes to use, based on number
of training samples
|
doclamp
|
|
boolean
|
true
|
Apply clamping when projecting
|
outputgrids
|
x
|
boolean
|
true
|
Write output grids. Turning this off when doing replicate runs
causes only the summary grids (average, std deviation etc.) to be
written, not those for the individual runs.
|
plots
|
|
boolean
|
true
|
Write various plots for inclusion in .html output
|
appendtoresultsfile
|
|
boolean
|
false
|
If false, maxentResults.csv file is reinitialized before each run
|
maximumiterations
|
m
|
integer
|
500
|
Stop training after this many iterations of the optimization
algorithm
|
convergencethreshold
|
c
|
double
|
1.0E-5
|
Stop training when the drop in log loss per iteration drops below
this number
|
adjustsampleradius
|
|
integer
|
0
|
Add this number of pixels to the radius of white/purple dots for
samples on pictures of predictions. Negative values reduce size
of dots.
|
threads
|
|
integer
|
1
|
Number of processor threads to use. Matching this number to the
number of cores on your computer speeds up some operations,
especially variable jackknifing.
|
lq2lqptthreshold
|
|
integer
|
80
|
Number of samples at which product and threshold features start
being used
|
l2lqthreshold
|
|
integer
|
10
|
Number of samples at which quadratic features start being used
|
hingethreshold
|
|
integer
|
15
|
Number of samples at which hinge features start being used
|
beta_threshold
|
|
double
|
-1.0
|
Regularization parameter to be applied to all threshold features;
negative value enables automatic setting
|
beta_categorical
|
|
double
|
-1.0
|
Regularization parameter to be applied to all categorical
features; negative value enables automatic setting
|
beta_lqp
|
|
double
|
-1.0
|
Regularization parameter to be applied to all linear, quadratic
and product features; negative value enables automatic setting
|
beta_hinge
|
|
double
|
-1.0
|
Regularization parameter to be applied to all hinge features;
negative value enables automatic setting
|
logfile
|
|
string
|
maxent.log
|
File name to be used for writing debugging information about a run
in output directory
|
cache
|
|
boolean
|
true
|
Make a .mxe cached version of ascii files, for faster access
|
defaultprevalence
|
|
double
|
0.5
|
Default prevalence of the species: probability of presence at
ordinary occurrence points. See Elith et al., Diversity and
Distributions, 2011 for details.
|
applythresholdrule
|
|
string
|
|
Apply a threshold rule, generating a binary output grid in
addition to the regular prediction grid. Use the full name of the
threshold rule in Maxent's html output as the argument. For
example, 'applyThresholdRule=Fixed cumulative value 1'.
|
togglelayertype
|
t
|
string
|
|
Toggle continuous/categorical for environmental layers whose names
begin with this prefix (default: all continuous)
|
togglespeciesselected
|
E
|
string
|
|
Toggle selection of species whose names begin with this prefix
(default: all selected)
|
togglelayerselected
|
N
|
string
|
|
Toggle selection of environmental layers whose names begin with
this prefix (default: all selected)
|
verbose
|
v
|
boolean
|
false
|
Gived detailed diagnostics for debugging
|
allowpartialdata
|
|
boolean
|
false
|
During model training, allow use of samples that have nodata
values for one or more environmental variables.
|
prefixes
|
|
boolean
|
true
|
When toggling samples or layers selected or layer types, allow
toggle string to be a prefix rather than an exact match.
|
nodata
|
n
|
integer
|
-9999
|
Value to be interpreted as nodata values in SWD sample data
|