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 TypeMethodDescriptiondoubleThe fraction (from 0 to 1 inclusive) of the specific audience that match the attribute.doubleThe fraction (from 0 to 1 inclusive) of the baseline audience that match the attribute.doublegetIndex()The ratio of audience_share to baseline_audience_share, or zero if this ratio is undefined or is not meaningful.doublegetScore()A relevance score from 0 to 1 inclusive.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.