Node that performs the calculation of the confusion matrix and the accuracy computation. It has one input from which the columns are chosen and the respective values are compared. The output is the confusion matrix with as many columns as there are distinct values in the first column and as many rows as there are distinct values in the second column. The cells are the number of matches of both values.