Uses of Interface
software.amazon.awssdk.services.glue.model.ConfusionMatrix.Builder
-
Packages that use ConfusionMatrix.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ConfusionMatrix.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ConfusionMatrix.Builder Modifier and Type Method Description static ConfusionMatrix.BuilderConfusionMatrix. builder()ConfusionMatrix.BuilderConfusionMatrix.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.BuilderConfusionMatrix.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.BuilderConfusionMatrix.Builder. numTrueNegatives(Long numTrueNegatives)The number of nonmatches in the data that the transform correctly rejected, in the confusion matrix for your transform.ConfusionMatrix.BuilderConfusionMatrix.Builder. numTruePositives(Long numTruePositives)The number of matches in the data that the transform correctly found, in the confusion matrix for your transform.ConfusionMatrix.BuilderConfusionMatrix. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ConfusionMatrix.Builder Modifier and Type Method Description static Class<? extends ConfusionMatrix.Builder>ConfusionMatrix. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ConfusionMatrix.Builder Modifier and Type Method Description default FindMatchesMetrics.BuilderFindMatchesMetrics.Builder. confusionMatrix(Consumer<ConfusionMatrix.Builder> confusionMatrix)The confusion matrix shows you what your transform is predicting accurately and what types of errors it is making.
-