Class IterationPerformance


  • public class IterationPerformance
    extends Object
    Represents the detailed performance data for a trained iteration.
    • Constructor Detail

      • IterationPerformance

        public IterationPerformance()
    • Method Detail

      • perTagPerformance

        public List<TagPerformance> perTagPerformance()
        Get the perTagPerformance value.
        Returns:
        the perTagPerformance value
      • precision

        public double precision()
        Get the precision value.
        Returns:
        the precision value
      • precisionStdDeviation

        public double precisionStdDeviation()
        Get the precisionStdDeviation value.
        Returns:
        the precisionStdDeviation value
      • recall

        public double recall()
        Get the recall value.
        Returns:
        the recall value
      • recallStdDeviation

        public double recallStdDeviation()
        Get the recallStdDeviation value.
        Returns:
        the recallStdDeviation value
      • averagePrecision

        public Double averagePrecision()
        Get the averagePrecision value.
        Returns:
        the averagePrecision value