Class LabelEvaluator


  • public class LabelEvaluator
    extends Object
    • Constructor Detail

      • LabelEvaluator

        public LabelEvaluator​(long matchNumber,
                              int patternStart,
                              int partitionStart,
                              int searchStart,
                              int searchEnd,
                              List<LabelEvaluator.Evaluation> evaluations,
                              WindowIndex windowIndex)
    • Method Detail

      • getInputLength

        public int getInputLength()
      • isMatchingAtPartitionStart

        public boolean isMatchingAtPartitionStart()
      • evaluateLabel

        public boolean evaluateLabel​(int label,
                                     ArrayView matchedLabels)