perCrowdingAttributeNeighborCount property

int? perCrowdingAttributeNeighborCount
getter/setter pair

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

core.int? perCrowdingAttributeNeighborCount;