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.
Values that are not mapped to either active, inactive, equivocal or out of domain will be treated as errors and not contribute to the metric calculation.
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))
MCC: Matthews correlation coefficient / Karl Pearson's phi coefficient
Youden's J Statistic: sensitivity + specificity - 1
Balanced PPV: sensitivity / sensitivity + 1 - specificity
Balanced NPV: specificity / specificity + 1 - sensitivity
Balanced MCC: Balanced Matthews correlation coefficient in Mind your prevalence!
Coverage out of domain / total. The total included equivocal
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:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.