IndexingSignalAggregatorAdaptiveIntervalData

GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAdaptiveIntervalData


Table of Contents ▼

Jump to a specific part of the page:

Description

State data for AdaptiveFrequencyEstimator

Attributes List

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

View Attributes

Attributes

  1. clicksGoodInterval (type: float(), default: nil)
    -
  2. clicksGoodPriorWeight (type: float(), default: nil)
    -
  3. clicksTotalInterval (type: float(), default: nil)
    -
  4. clicksTotalPriorWeight (type: float(), default: nil)
    -
  5. ctrwiInterval (type: float(), default: nil)
    -
  6. ctrwiPriorWeight (type: float(), default: nil)
    -
  7. dwellsInterval (type: float(), default: nil)
    -
  8. dwellsPriorWeight (type: float(), default: nil)
    -
  9. luDwellsInterval (type: float(), default: nil)
    -
  10. luDwellsPriorWeight (type: float(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAdaptiveIntervalData{
clicksGoodInterval: float() | nil,
clicksGoodPriorWeight: float() | nil,
clicksTotalInterval: float() | nil,
clicksTotalPriorWeight: float() | nil,
ctrwiInterval: float() | nil,
ctrwiPriorWeight: float() | nil,
dwellsInterval: float() | nil,
dwellsPriorWeight: float() | nil,
luDwellsInterval: float() | nil,
luDwellsPriorWeight: float() | nil
}

Function

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

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