perCrowdingAttributeNeighborCount property

int perCrowdingAttributeNeighborCount
final

Crowding is a constraint on a neighbor list produced by nearest neighbor search requiring that no more than some value k' of the k neighbors returned have the same value of crowding_attribute. It's used for improving result diversity. This field is the maximum number of matches with the same crowding tag.

Implementation

final int perCrowdingAttributeNeighborCount;