Confusion Matrix (Table Fields)
- Author: O.Conrad (c) 2020
- Menu: Table | Calculus
Description
Compares record-wise the values of two table fields and creates a confusion matrix and derived coefficients. Values are expected to represent categories. 
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 ] [-FIELD_1 ] [-FIELD_2 ] [-CONFUSION ] [-CLASSES ] [-SUMMARY ] [-NODATA ]
  -TABLE:    	Table
	table, input
  -FIELD_1:  	Categories 1
	table field
  -FIELD_2:  	Categories 2
	table field
  -CONFUSION:	Confusion Matrix
	table, output
  -CLASSES:  	Categories
	table, output
  -SUMMARY:  	Summary
	table, output
  -NODATA:   	Include No-Data
	boolean
	Default: 1