CrawlerChangerateSingleComponentDistribution

GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateSingleComponentDistribution


Table of Contents ▼

Jump to a specific part of the page:

Description

Proto contains parameters of a single component distribution.

Attributes List

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

View Attributes

Attributes

  1. logScaling (type: number(), default: nil)
    - Scaling factor to ensure the approximated posterior to have the same scale as the product of prior and likelihood. This value is used to compute posterior weights. Uses log scale to provide a wider range. This field is for internal use only.
  2. type (type: String.t, default: nil)
    - The type indicates the type of the distribution.
  3. weight (type: number(), default: nil)
    - The weight is only used in multiple component scenarios.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateSingleComponentDistribution{
logScaling: number() | nil,
type: String.t() | nil,
weight: number() | nil
}

Function

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

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