Interface AudienceQualityMetrics.Builder

    • Method Detail

      • recallMetric

        AudienceQualityMetrics.Builder recallMetric​(Double recallMetric)

        The recall score of the generated audience. Recall is the percentage of the most similar users (by default, the most similar 20%) from a sample of the training data that are included in the seed audience by the audience generation job. Values range from 0-1, larger values indicate a better audience. A recall value approximately equal to the maximum bin size indicates that the audience model is equivalent to random selection.

        Parameters:
        recallMetric - The recall score of the generated audience. Recall is the percentage of the most similar users (by default, the most similar 20%) from a sample of the training data that are included in the seed audience by the audience generation job. Values range from 0-1, larger values indicate a better audience. A recall value approximately equal to the maximum bin size indicates that the audience model is equivalent to random selection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relevanceMetrics

        AudienceQualityMetrics.Builder relevanceMetrics​(Collection<RelevanceMetric> relevanceMetrics)

        The relevance scores of the generated audience.

        Parameters:
        relevanceMetrics - The relevance scores of the generated audience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relevanceMetrics

        AudienceQualityMetrics.Builder relevanceMetrics​(RelevanceMetric... relevanceMetrics)

        The relevance scores of the generated audience.

        Parameters:
        relevanceMetrics - The relevance scores of the generated audience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.