Tool Find Field of Extreme Value
Identifies from the selected attributes that one, which has the maximum or respectively the minimum value.
- Author: O.Conrad (c) 2013
- Menu: Table|Calculus
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Input | Table, input | INPUT | - | - |
Output | Output (*) | Table, output, optional | OUTPUT | - | - |
Options | Attributes | Table fields | FIELDS | - | - |
Attribute (*) | Table field | EXTREME_ID | - | - |
Value (*) | Table field | EXTREME_VALUE | - | - |
TYPE | Choice | TYPE | - | Available Choices: [0] minimum [1] maximum Default: 1 |
Attribute Identification | Choice | IDENTIFY | - | Available Choices: [0] name [1] index Default: 0 |
(*) optional |
Command-line
Usage: saga_cmd table_calculus 11 [-INPUT <str>] [-FIELDS <str>] [-EXTREME_ID <str>] [-EXTREME_VALUE <str>] [-OUTPUT <str>] [-TYPE <str>] [-IDENTIFY <str>]
-INPUT:<str> Input
Table, input
-FIELDS:<str> Attributes
Table fields
-EXTREME_ID:<str> Attribute
Table field
-EXTREME_VALUE:<str> Value
Table field
-OUTPUT:<str> Output
Table, output, optional
-TYPE:<str> TYPE
Choice
Available Choices:
[0] minimum
[1] maximum
Default: 1
-IDENTIFY:<str> Attribute Identification
Choice
Available Choices:
[0] name
[1] index
Default: 0