View source: R/sagang_maximumentropypresenceprediction.R
sagang_maximumentropypresenceprediction | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Maximum entropy presence prediction (sagang:maximumentropypresenceprediction). —————- Arguments —————- PRESENCE: Presence Data Argument type: source Acceptable values: - Path to a vector layer FEATURES_NUM: Numerical Features (optional) Argument type: multilayer FEATURES_CAT: Categorical Features (optional) Argument type: multilayer PREDICTION: Presence Prediction Argument type: rasterDestination Acceptable values: - Path for new raster layer PROBABILITY: Presence Probability Argument type: rasterDestination Acceptable values: - Path for new raster layer BACKGROUND: Background Sample Density (Percent) Default value: 1 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression METHOD: Method Default value: 0 Argument type: enum Available values: - 0: (0) Yoshimasa Tsuruoka - 1: (1) Dekang Lin Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' YT_FILE_LOAD: Load from File... Default value: False Argument type: file Acceptable values: - Path to a file YT_FILE_SAVE: Save to File... Default value: False Argument type: file Acceptable values: - Path to a file YT_REGUL: Regularization Default value: 1 Argument type: enum Available values: - 0: (0) none - 1: (1) L1 - 2: (2) L2 Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' YT_REGUL_VAL: Regularization Factor Default value: 1 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression YT_NUMASREAL: Real-valued Numerical Features Default value: true Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression DL_ALPHA: Alpha Default value: 0.1 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression DL_THRESHOLD: Threshold Default value: 0 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression DL_ITERATIONS: Maximum Iterations Default value: 100 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression NUM_CLASSES: Number of Numeric Value Classes Default value: 32 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
sagang_maximumentropypresenceprediction(
PRESENCE = qgisprocess:::qgis_default_value(),
FEATURES_NUM = qgisprocess:::qgis_default_value(),
FEATURES_CAT = qgisprocess:::qgis_default_value(),
PREDICTION = qgisprocess:::qgis_default_value(),
PROBABILITY = qgisprocess:::qgis_default_value(),
BACKGROUND = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
YT_FILE_LOAD = qgisprocess:::qgis_default_value(),
YT_FILE_SAVE = qgisprocess:::qgis_default_value(),
YT_REGUL = qgisprocess:::qgis_default_value(),
YT_REGUL_VAL = qgisprocess:::qgis_default_value(),
YT_NUMASREAL = qgisprocess:::qgis_default_value(),
DL_ALPHA = qgisprocess:::qgis_default_value(),
DL_THRESHOLD = qgisprocess:::qgis_default_value(),
DL_ITERATIONS = qgisprocess:::qgis_default_value(),
NUM_CLASSES = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
PRESENCE |
|
FEATURES_NUM |
|
FEATURES_CAT |
|
PREDICTION |
|
PROBABILITY |
|
BACKGROUND |
|
METHOD |
|
YT_FILE_LOAD |
|
YT_FILE_SAVE |
|
YT_REGUL |
|
YT_REGUL_VAL |
|
YT_NUMASREAL |
|
DL_ALPHA |
|
DL_THRESHOLD |
|
DL_ITERATIONS |
|
NUM_CLASSES |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
PREDICTION - outputRaster - Presence Prediction
PROBABILITY - outputRaster - Presence Probability
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.