|
|
@@ -849,10 +849,9 @@ |
|
|
"typeTip": "Query image data that contains any prediction type", |
|
|
"typeTip": "Query image data that contains any prediction type", |
|
|
"confidence": "Probability", |
|
|
"confidence": "Probability", |
|
|
"forecastTagTip": "When the inference image has the correct tag, the following three flags are displayed in the tag row", |
|
|
"forecastTagTip": "When the inference image has the correct tag, the following three flags are displayed in the tag row", |
|
|
"TP": "TP, indicates true positive. The tag is a positive sample, and the classification is a positive sample;", |
|
|
|
|
|
"FN": "FN, indicates false negative. The tag is a positive sample, and the classification is a negative sample;", |
|
|
|
|
|
"FP": "FP, indicates false positive. The tag is a negative sample, and the classification is a positive sample;", |
|
|
|
|
|
"TN": "TN, Indicates true negative. The tag is a negative sample, and the classification is a negative sample;", |
|
|
|
|
|
|
|
|
"TP": "TP, indicates true positive. For this tag (label), the sample is predicted to be positive, and is indeed positive;", |
|
|
|
|
|
"FN": "FN, indicates false negative. For this tag (label), the sample is predicted to be negative, but is positive in fact;", |
|
|
|
|
|
"FP": "FP, indicates false positive. For this tag (label), the sample is predicted to be positive, but is negative in fact;", |
|
|
"coverfactualInterpretation": "Mask-based Counterfactual Explanation", |
|
|
"coverfactualInterpretation": "Mask-based Counterfactual Explanation", |
|
|
"viewExplanation": "View Explanation", |
|
|
"viewExplanation": "View Explanation", |
|
|
"maskingProcess": "Layer-by-layer Masking Process", |
|
|
"maskingProcess": "Layer-by-layer Masking Process", |
|
|
|