Class WeightMatrixAnnotator

    • Constructor Detail

      • WeightMatrixAnnotator

        public WeightMatrixAnnotator​(WeightMatrix wm,
                                     ScoreType scoreType,
                                     double threshold,
                                     String wmID)
        Create a new annotator that uses the PROBABILITY score type and an ID for the weight matrix.
        Parameters:
        wm - the weight matrix
        threshold - the threshold
        wmID - the weight matrix ID
      • WeightMatrixAnnotator

        public WeightMatrixAnnotator​(WeightMatrix wm,
                                     double threshold)
        Create a new annotator that uses PROBABILITY score type.
        Parameters:
        wm - a WeightMatrix value
        threshold - a double value
      • WeightMatrixAnnotator

        public WeightMatrixAnnotator​(WeightMatrix wm,
                                     ScoreType scoreType,
                                     double threshold)
        Create a new annotator that uses a specific score type.
        Parameters:
        wm - the weigth matrix
        scoreType - the score type
        threshold - the threshold
        Since:
        1.4