Skip to content

Commit

Permalink
r.maxent.train: clarification help file
Browse files Browse the repository at this point in the history
  • Loading branch information
ecodiv committed Oct 24, 2024
1 parent 71038cc commit a64a18c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/raster/r.maxent.train/r.maxent.train.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ <h3>3) Train the model</h3>
The outputs will be written to this folder.

<p>
The <b>projectionlayers</b> parameter is optional. If you set it, a
raster prediction layer is created showing the potential distribution
based on the environmental layers in the projection layers. Note that
this option is primarily intended to aid in model evaluation by
creating a potential suitability map based on the model input
conditions that subsequently can be compared to the actual observed
distribution. For final predictions to future conditions or other
areas, use the <em>r.maxent.prediction</em> module.
The <b>projectionlayers</b> parameter is optional. When set, it
produces a raster prediction layer that reflects the potential
distribution based on the projection layers. This is primarily useful
for model evaluation. I.e., you typically use it to generate a
potential suitability map using the same conditions applied during
model creation, which can then be compared to the observed
distribution. For final predictions in future scenarios or different
locations, use the <em>r.maxent.prediction</em> module.

<p>
With the <b>-y</b> and <b>-b</b> flags the point layers with the sample
Expand Down

0 comments on commit a64a18c

Please sign in to comment.