Class DocumentQualityThreshold


  • public class DocumentQualityThreshold
    extends java.lang.Object
    Point in the quality-number of symbols space to separate quality levels.
    • Constructor Summary

      Constructors 
      Constructor Description
      DocumentQualityThreshold​(double symbolQuality, double symbolRatio)
      Constructs DocumentQualityThreshold with the given params.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getSymbolQuality()
      Getter for symbolQuality field.
      double getSymbolRatio()
      Getter for symbolRatio field.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocumentQualityThreshold

        public DocumentQualityThreshold​(double symbolQuality,
                                        double symbolRatio)
        Constructs DocumentQualityThreshold with the given params.
        Parameters:
        symbolQuality - Symbol quality.
        symbolRatio - Symbol ratio.
    • Method Detail

      • getSymbolQuality

        public double getSymbolQuality()
        Getter for symbolQuality field. See constructor documentation for more information about the field.
        Returns:
        symbolQuality
      • getSymbolRatio

        public double getSymbolRatio()
        Getter for symbolRatio field. See constructor documentation for more information about the field.
        Returns:
        symbolRatio