Missing values are handled in the following ways: missing activity is ignored completely regardless of selection of "Missing out of domain". Selecting the missing out of domain option will increment the out of domain count when the prediction value is missing but the activity value is present.
Target values that do not match the active or inactive value specified are not included in the calculation.
Balanced accuracy: Sensitivity + Specificity / 2
Accuracy: TP + TN / 2
Sensitivity: TP / (TP + FN)
Specificity: TN / (TN + FP)
Precision aka Positive Predictivity (PPV): TP / (TP + FP)
Negative predictivity (NPV):TN / (TN + FN)
Recall: TP / (TP + FN)
F-Measure 2 * ((precision * recall) / (precision + recall))
Also outputs the counts for TP, FP, TN, FN, number of equivocals and number of out of domains and coverage (% not out of domain).
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension Lhasa public plugin from the below update site following our NodePit Product and Node Installation Guide:
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!