Fuzzify
- Author: V.Olaya (c) 2004
- Menu: Grid | Calculus | Fuzzy Logic
Description
Translates grid values into fuzzy set membership as preparation for fuzzy set analysis. 
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 ] [-OUTPUT ] [-INC_MIN ] [-INC_MAX ] [-DEC_MIN ] [-DEC_MAX ] [-METHOD ] [-TRANSITION ] [-INVERT ] [-AUTOFIT ]
  -INPUT:     	Grid
	grid, input
  -OUTPUT:    	Fuzzified Grid
	grid, output
  -INC_MIN:	From
	floating point number
	Default: 0.000000
  -INC_MAX:	To
	floating point number
	Default: 0.300000
  -DEC_MIN:	From
	floating point number
	Default: 0.700000
  -DEC_MAX:	To
	floating point number
	Default: 1.000000
  -METHOD:    	Method
	choice
	Available Choices:
	[0] Increase
	[1] Decrease
	[2] Increase and Decrease
	Default: 0
  -TRANSITION:	Transition
	choice
	Available Choices:
	[0] linear
	[1] sigmoidal
	[2] j-shaped
	Default: 0
  -INVERT:    	Invert
	boolean
	Default: 0
  -AUTOFIT:   	Adjust
	boolean
	Default: 1