Interface AudienceCompositionMetricsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AudienceCompositionMetrics, AudienceCompositionMetrics.Builder

public interface AudienceCompositionMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    The fraction (from 0 to 1 inclusive) of the specific audience that match the attribute.
    double
    The fraction (from 0 to 1 inclusive) of the baseline audience that match the attribute.
    double
    The ratio of audience_share to baseline_audience_share, or zero if this ratio is undefined or is not meaningful.
    double
    A relevance score from 0 to 1 inclusive.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getBaselineAudienceShare

      double getBaselineAudienceShare()
       The fraction (from 0 to 1 inclusive) of the baseline audience that match
       the attribute.
       
      double baseline_audience_share = 1;
      Returns:
      The baselineAudienceShare.
    • getAudienceShare

      double getAudienceShare()
       The fraction (from 0 to 1 inclusive) of the specific audience that match
       the attribute.
       
      double audience_share = 2;
      Returns:
      The audienceShare.
    • getIndex

      double getIndex()
       The ratio of audience_share to baseline_audience_share, or zero if this
       ratio is undefined or is not meaningful.
       
      double index = 3;
      Returns:
      The index.
    • getScore

      double getScore()
       A relevance score from 0 to 1 inclusive.
       
      double score = 4;
      Returns:
      The score.