Closed kimhanbeom closed 1 month ago
Currently, a single value search for distance in rankedOutliers query is set to return RankedOutlier with the same distance value. We need to change this to return RankedOutlier that are greater than or equal to the distance value.
rankedOutliers
RankedOutlier
Currently, a single value search for distance in
rankedOutliers
query is set to returnRankedOutlier
with the same distance value. We need to change this to returnRankedOutlier
that are greater than or equal to the distance value.