ReneEmbeddingCluster

GoogleApi.ContentWarehouse.V1.Model.ReneEmbeddingCluster


Table of Contents ▼

Jump to a specific part of the page:

Description

Message to represent a cluster of the embedding space.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. id (type: integer(), default: nil)
    - Id of the cluster.
  2. squaredDistance (type: number(), default: nil)
    - Squared distance of the current embedding to the cluster center.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ReneEmbeddingCluster{
id: integer() | nil,
squaredDistance: number() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ReneEmbeddingCluster