meridian.model.media.OrganicRfTensors Stay organized with collections
Save and categorize content based on your preferences.
Container for Reach and Frequency (RF) organic media tensors.
meridian
.
model
.
media
.
OrganicRfTensors
(
organic_reach
:
(
meridian
.
backend
.
Tensor
|
None
)
=
None
,
organic_frequency
:
(
meridian
.
backend
.
Tensor
|
None
)
=
None
,
organic_reach_transformer
:
(
meridian
.
model
.
transformers
.
MediaTransformer
|
None
)
=
None
,
organic_reach_scaled
:
(
meridian
.
backend
.
Tensor
|
None
)
=
None
)
organic_reach_transformer
A MediaTransformer
to scale organic RF tensors
using the model's organic RF data.
An organic reach tensor after pre-modeling
transformations including population scaling and scaling by the median
non-zero value.
Methods
__eq__
__eq__
(
other
)
Return self==value.
organic_reach_transformer
None
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-05 UTC."],[],["The `OrganicRfTensors` class holds organic media data as tensors, including `organic_reach` and `organic_frequency`. It handles scaling using a `MediaTransformer` to create `organic_reach_scaled`. The class can also store counterfactual values in `organic_reach_counterfactual` and `organic_reach_counterfactual_scaled`. The class has an `__eq__` method to compare objects. Several class variables are defined and they default to `None`, including the `organic_frequency` and `organic_reach`.\n"]]