# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: LicenseRef-.amazon.com.-AmznSL-1.0 # Licensed under the Amazon Software License http://aws.amazon.com/asl/ INFINITY = float("inf") UNIQUENESS_THRESHOLD: float = 0.05 # FlipTest internal KNN settings FT_DEFAULT_NEIGHBOR = 5 FT_MIN_NEIGHBOR = 1 FT_SAMPLES_COUNT_THRESHOLD = 9