| Tool Name | Presence Prediction (Maximum Entropy) |
| Tool ID | 1 |
| Library ID | imagery_maxent |
| Version | 1.0 |
| Author(s) | O.Conrad (c) 2015 |
Yoshimasa Tsuruoka: A simple C++ library for maximum entropy classification.
Dekang Lin: A MaxEnt Package in C++.
| Name | Type | Identifier | Description | Constraints |
|---|---|---|---|---|
| Input | ||||
| Presence Data | shapes, input | PRESENCE | ||
| Numerical Features | grid list, input, optional | FEATURES_NUM | ||
| Categorical Features | grid list, input, optional | FEATURES_CAT | ||
| Output | ||||
| Presence Probability | grid, output | PROBABILITY | ||
| Presence Prediction | grid, output, optional | PREDICTION | ||
| Options | ||||
| Background Sample Density | floating point number | BACKGROUND | Background sample density as percentage of the total number of cells. | Minimum: 0.000000 Maximum: 100.000000 Default: 1.000000 |
| 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: 1 | |
| 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 | |