GoogleApi.ContentWarehouse.V1.Model.ResearchScamGenericFeatureVectorFixedPointMetadata
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Metadata that may be populated if this GFV was transformed into fixed-point from a floating-point GFV.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
squaredL2Norm
(type:number()
, default:nil
)
- The squared L2 norm of the original (pre-fixed-point transformation) GFV. Used for computing squared L2 distance.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamGenericFeatureVectorFixedPointMetadata{
squaredL2Norm: number() | nil
}
squaredL2Norm: number() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ResearchScamGenericFeatureVectorFixedPointMetadata