GoogleApi.ContentWarehouse.V1.Model.ResearchScamGenericFeatureVectorCrowding
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
This subproto contains configuration for crowding. 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.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
crowdingAttribute
(type:String.t
, default:nil
)
- The value of the crowding attribute for this document. The maximum number of neighbors to return per crowding attribute value (per_crowding_attribute_num_neighbors) is configured per-query. This field is ignored if per_crowding_attribute_num_neighbors is larger than the total number of neighbors to return for a given query.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamGenericFeatureVectorCrowding{
crowdingAttribute: String.t() | nil
}
crowdingAttribute: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ResearchScamGenericFeatureVectorCrowding