Tool Maximum Entropy Classification
Maximum Entropy Classification
References
- Author: O.Conrad (c) 2015
- Menu: Imagery|Classification|Machine Learning
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Training Areas | shapes, input | TRAINING | - | - |
Numerical Features (*) | grid list, input, optional | FEATURES_NUM | - | - |
Categorical Features (*) | grid list, input, optional | FEATURES_CAT | - | - |
Output | Classification | grid, output | CLASSES | - | - |
Look-up Table (*) | table, output, optional | CLASSES_LUT | A reference list of the grid values that have been assigned to the training classes. | - |
Probability | grid, output | PROB | - | - |
Probabilities | grid list, output | PROBS | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Class Name | table field | FIELD | - | - |
Create Propabilities | boolean | PROBS_CREATE | - | Default: 0 |
Method | choice | METHOD | - | Available Choices: [0] Yoshimasa Tsuruoka [1] Dekang Lin Default: 0 |
Load from File... | file path | YT_FILE_LOAD | - | - |
Save to File... | file path | YT_FILE_SAVE | - | - |
Regularization | choice | YT_REGUL | - | Available Choices: [0] none [1] L1 [2] L2 Default: 0 |
Regularization Factor | floating point number | YT_REGUL_VAL | - | Minimum: 0.000000 Default: 1.000000 |
Real-valued Numerical Features | boolean | YT_NUMASREAL | - | Default: 1 |
Alpha | floating point number | DL_ALPHA | - | Default: 0.100000 |
Threshold | floating point number | DL_THRESHOLD | - | Minimum: 0.000000 Default: 0.000000 |
Maximum Iterations | integer number | DL_ITERATIONS | - | Minimum: 1 Default: 100 |
Number of Numeric Value Classes | integer number | NUM_CLASSES | - | Minimum: 1 Default: 32 |
Minimum Probability | floating point number | PROB_MIN | Minimum probability to accept a classification result for a cell. | Minimum: 0.000000 Maximum: 1.000000 Default: 0.000000 |
(*) optional |
Command-line
Usage: saga_cmd imagery_maxent 0 [-TRAINING <str>] [-FIELD <str>] [-FEATURES_NUM <str>] [-FEATURES_CAT <str>] [-CLASSES <str>] [-CLASSES_LUT <str>] [-PROB <str>] [-PROBS <str>] [-PROBS_CREATE <str>] [-METHOD <str>] [-YT_FILE_LOAD <str>] [-YT_FILE_SAVE <str>] [-YT_REGUL <str>] [-YT_REGUL_VAL <double>] [-YT_NUMASREAL <str>] [-DL_ALPHA <double>] [-DL_THRESHOLD <double>] [-DL_ITERATIONS <num>] [-NUM_CLASSES <num>] [-PROB_MIN <double>]
-TRAINING:<str> Training Areas
shapes, input
-FIELD:<str> Class Name
table field
-FEATURES_NUM:<str> Numerical Features
grid list, input, optional
-FEATURES_CAT:<str> Categorical Features
grid list, input, optional
-CLASSES:<str> Classification
grid, output
-CLASSES_LUT:<str> Look-up Table
table, output, optional
-PROB:<str> Probability
grid, output
-PROBS:<str> Probabilities
grid list, output
-PROBS_CREATE:<str> Create Propabilities
boolean
Default: 0
-METHOD:<str> Method
choice
Available Choices:
[0] Yoshimasa Tsuruoka
[1] Dekang Lin
Default: 0
-YT_FILE_LOAD:<str> Load from File...
file path
-YT_FILE_SAVE:<str> Save to File...
file path
-YT_REGUL:<str> Regularization
choice
Available Choices:
[0] none
[1] L1
[2] L2
Default: 0
-YT_REGUL_VAL:<double> Regularization Factor
floating point number
Minimum: 0.000000
Default: 1.000000
-YT_NUMASREAL:<str> Real-valued Numerical Features
boolean
Default: 1
-DL_ALPHA:<double> Alpha
floating point number
Default: 0.100000
-DL_THRESHOLD:<double> Threshold
floating point number
Minimum: 0.000000
Default: 0.000000
-DL_ITERATIONS:<num> Maximum Iterations
integer number
Minimum: 1
Default: 100
-NUM_CLASSES:<num> Number of Numeric Value Classes
integer number
Minimum: 1
Default: 32
-PROB_MIN:<double> Minimum Probability
floating point number
Minimum: 0.000000
Maximum: 1.000000
Default: 0.000000