Class AverageClassificationScoringStrategy

    • Constructor Detail

      • AverageClassificationScoringStrategy

        public AverageClassificationScoringStrategy()
    • Method Detail

      • score

        public double[] score​(List<double[]> scores)
        Description copied from interface: ClassificationScoringStrategy
        Calculate the final scores based on the scores of the individual document parts.
        Specified by:
        score in interface ClassificationScoringStrategy
        Parameters:
        scores - The scores for each individual part of the document.
        Returns:
        The calculated scores.