Tool Fuzzify
Translates grid values into fuzzy set membership as preparation for fuzzy set analysis.
- Author: V.Olaya (c) 2004
- Menu: Grid|Calculus|Fuzzy Logic
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Grid | grid, input | INPUT | - | - |
Output | Fuzzified Grid | grid, output | OUTPUT | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
From | floating point number | INC_MIN | - | Default: 0.000000 |
To | floating point number | INC_MAX | - | Default: 0.300000 |
From | floating point number | DEC_MIN | - | Default: 0.700000 |
To | floating point number | DEC_MAX | - | Default: 1.000000 |
Method | choice | METHOD | - | Available Choices: [0] Increase [1] Decrease [2] Increase and Decrease Default: 0 |
Transition | choice | TRANSITION | - | Available Choices: [0] linear [1] sigmoidal [2] j-shaped Default: 0 |
Invert | boolean | INVERT | - | Default: 0 |
Adjust | boolean | AUTOFIT | Automatically adjust control points to grid's data range | Default: 1 |
Command-line
Usage: saga_cmd grid_calculus 11 [-INPUT <str>] [-OUTPUT <str>] [-INC_MIN <double>] [-INC_MAX <double>] [-DEC_MIN <double>] [-DEC_MAX <double>] [-METHOD <str>] [-TRANSITION <str>] [-INVERT <str>] [-AUTOFIT <str>]
-INPUT:<str> Grid
grid, input
-OUTPUT:<str> Fuzzified Grid
grid, output
-INC_MIN:<double> From
floating point number
Default: 0.000000
-INC_MAX:<double> To
floating point number
Default: 0.300000
-DEC_MIN:<double> From
floating point number
Default: 0.700000
-DEC_MAX:<double> To
floating point number
Default: 1.000000
-METHOD:<str> Method
choice
Available Choices:
[0] Increase
[1] Decrease
[2] Increase and Decrease
Default: 0
-TRANSITION:<str> Transition
choice
Available Choices:
[0] linear
[1] sigmoidal
[2] j-shaped
Default: 0
-INVERT:<str> Invert
boolean
Default: 0
-AUTOFIT:<str> Adjust
boolean
Default: 1