public static interface ConfusionMatrix.Builder extends SdkPojo, CopyableBuilder<ConfusionMatrix.Builder,ConfusionMatrix>
| Modifier and Type | Method and Description |
|---|---|
ConfusionMatrix.Builder |
numFalseNegatives(Long numFalseNegatives)
The number of matches in the data that the transform didn't find, in the confusion matrix for your transform.
|
ConfusionMatrix.Builder |
numFalsePositives(Long numFalsePositives)
The number of nonmatches in the data that the transform incorrectly classified as a match, in the confusion
matrix for your transform.
|
ConfusionMatrix.Builder |
numTrueNegatives(Long numTrueNegatives)
The number of nonmatches in the data that the transform correctly rejected, in the confusion matrix for your
transform.
|
ConfusionMatrix.Builder |
numTruePositives(Long numTruePositives)
The number of matches in the data that the transform correctly found, in the confusion matrix for your
transform.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfusionMatrix.Builder numTruePositives(Long numTruePositives)
The number of matches in the data that the transform correctly found, in the confusion matrix for your transform.
numTruePositives - The number of matches in the data that the transform correctly found, in the confusion matrix for your
transform.ConfusionMatrix.Builder numFalsePositives(Long numFalsePositives)
The number of nonmatches in the data that the transform incorrectly classified as a match, in the confusion matrix for your transform.
numFalsePositives - The number of nonmatches in the data that the transform incorrectly classified as a match, in the
confusion matrix for your transform.ConfusionMatrix.Builder numTrueNegatives(Long numTrueNegatives)
The number of nonmatches in the data that the transform correctly rejected, in the confusion matrix for your transform.
numTrueNegatives - The number of nonmatches in the data that the transform correctly rejected, in the confusion matrix
for your transform.ConfusionMatrix.Builder numFalseNegatives(Long numFalseNegatives)
The number of matches in the data that the transform didn't find, in the confusion matrix for your transform.
numFalseNegatives - The number of matches in the data that the transform didn't find, in the confusion matrix for your
transform.Copyright © 2023. All rights reserved.