Class CollectScoresIterationListener.ScoreStat

    • Constructor Detail

      • ScoreStat

        public ScoreStat()
    • Method Detail

      • getIndexes

        public List<long[]> getIndexes()
      • getScores

        public List<double[]> getScores()
      • getEffectiveIndexes

        public long[] getEffectiveIndexes()
      • getEffectiveScores

        public double[] getEffectiveScores()
      • addScore

        public void addScore​(long index,
                             double score)