Class EvaluationSummarization


  • public class EvaluationSummarization
    extends Object
    Summarizes the result files created by the CoherenceEvaluation class and compares the values with the gold standard files.
    Author:
    Michael Röder (michael.roeder@uni-paderborn.de)
    • Constructor Detail

      • EvaluationSummarization

        public EvaluationSummarization()
    • Method Detail

      • containsNaN

        private boolean containsNaN​(double[] values)
      • subArraysEqual

        public static <T> boolean subArraysEqual​(T[] array1,
                                                 int start1,
                                                 int end1,
                                                 T[] array2,
                                                 int start2,
                                                 int end2)