Tool Confusion Matrix (Table Fields)
Compares record-wise the values of two table fields and creates a confusion matrix and derived coefficients. Values are expected to represent categories. 
- Author: O.Conrad (c) 2020
 
- Menu: Table|Calculus
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Table | table, input | TABLE | - | - | 
| Output | Confusion Matrix | table, output | CONFUSION | - | - | 
 | Categories | table, output | CLASSES | - | - | 
 | Summary | table, output | SUMMARY | - | - | 
| Options | Categories 1 | table field | FIELD_1 | - | - | 
 | Categories 2 | table field | FIELD_2 | - | - | 
 | Include No-Data | boolean | NODATA | - | Default: 1 | 
Command-line
Usage: saga_cmd table_calculus 19 [-TABLE <str>] [-FIELD_1 <str>] [-FIELD_2 <str>] [-CONFUSION <str>] [-CLASSES <str>] [-SUMMARY <str>] [-NODATA <str>]
  -TABLE:<str>    	Table
	table, input
  -FIELD_1:<str>  	Categories 1
	table field
  -FIELD_2:<str>  	Categories 2
	table field
  -CONFUSION:<str>	Confusion Matrix
	table, output
  -CLASSES:<str>  	Categories
	table, output
  -SUMMARY:<str>  	Summary
	table, output
  -NODATA:<str>   	Include No-Data
	boolean
	Default: 1