| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ConfusionMatrix |
ConfusionMatrix.clone() |
ConfusionMatrix |
FindMatchesMetrics.getConfusionMatrix()
The confusion matrix shows you what your transform is predicting accurately and what types of errors it is
making.
|
ConfusionMatrix |
ConfusionMatrix.withNumFalseNegatives(Long numFalseNegatives)
The number of matches in the data that the transform didn't find, in the confusion matrix for your transform.
|
ConfusionMatrix |
ConfusionMatrix.withNumFalsePositives(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 |
ConfusionMatrix.withNumTrueNegatives(Long numTrueNegatives)
The number of nonmatches in the data that the transform correctly rejected, in the confusion matrix for your
transform.
|
ConfusionMatrix |
ConfusionMatrix.withNumTruePositives(Long numTruePositives)
The number of matches in the data that the transform correctly found, in the confusion matrix for your transform.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FindMatchesMetrics.setConfusionMatrix(ConfusionMatrix confusionMatrix)
The confusion matrix shows you what your transform is predicting accurately and what types of errors it is
making.
|
FindMatchesMetrics |
FindMatchesMetrics.withConfusionMatrix(ConfusionMatrix confusionMatrix)
The confusion matrix shows you what your transform is predicting accurately and what types of errors it is
making.
|
Copyright © 2025. All rights reserved.