Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
calc_confusion_matrix [2017/11/09 00:17]
admin [Notes]
calc_confusion_matrix [2017/11/09 00:25] (current)
admin
Line 3: Line 3:
 ===== Description ===== ===== Description =====
  
-Calculates the [[wp>​Confusion_matrix|confusion matrix]] from two input maps. The confusion matrix is a table with format "​*#​real,​ *#real and #real" mapping each possible combination of pair of input map values to their corresponding number of cells.+Calculates the [[wp>​Confusion_matrix|confusion matrix]] from two input maps. The confusion matrix is a table with format "Initial*#​real, ​Final*#real and Changes#real" mapping each possible combination of pair of input map values to their corresponding number of cells.
  
 ===== Inputs ===== ===== Inputs =====
Line 14: Line 14:
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| Confusion Matrix ​ | [[Table Type]] ​ | Resulting confusion matrix. The confusion matrix is a table with format "​*#​real,​ *#real and #real" mapping each possible combination of pair of input map values to their corresponding number of cells. ​ |+| Confusion Matrix ​ | [[Table Type]] ​ | Resulting confusion matrix. The confusion matrix is a table with format "Initial*#​real, ​Final*#real and Changes#real" mapping each possible combination of pair of input map values to their corresponding number of cells. ​ |
  
 ===== Notes ===== ===== Notes =====