Join the newly launched
Discord community for real-time discussions, peer support, and direct interaction with the Meridian team!
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
)
Attributes |
organic_reach
|
A tensor constructed from InputData.organic_reach .
|
organic_frequency
|
A tensor constructed from InputData.organic_frequency .
|
organic_reach_transformer
|
A MediaTransformer to scale organic RF tensors
using the model's organic RF data.
|
organic_reach_scaled
|
An organic reach tensor normalized by population and
by the median value.
|
Methods
__eq__
__eq__(
other
)
Return self==value.
Class Variables |
organic_frequency
|
None
|
organic_reach
|
None
|
organic_reach_scaled
|
None
|
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 2025-09-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 2025-09-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"],null,[]]