Class AnalysisConfig


  • public class AnalysisConfig
    extends java.lang.Object
    Capture how the Analysis is configured. Attributes on the analysis are typically frozen once training has started.
    • Field Detail

      • MAX_CARDINALITY_DEFAULT

        public static final int MAX_CARDINALITY_DEFAULT
        The default value for the maximum Cardinality tracked.
        See Also:
        Constant Field Values
      • MAX_OUTLIERS_DEFAULT

        public static final int MAX_OUTLIERS_DEFAULT
        The default value for the maximum # of outliers tracked.
        See Also:
        Constant Field Values
      • MAX_SHAPES_DEFAULT

        public static final int MAX_SHAPES_DEFAULT
        The default value for the maximum number of shapes tracked.
        See Also:
        Constant Field Values
      • DETECTION_THRESHOLD_DEFAULT

        public static final int DETECTION_THRESHOLD_DEFAULT
        The default value for the detection threshold.
        See Also:
        Constant Field Values
      • DETECT_WINDOW_DEFAULT

        public static final int DETECT_WINDOW_DEFAULT
        The default value for the number of samples to collect before making a type determination.
        See Also:
        Constant Field Values
      • MAX_INPUT_LENGTH_DEFAULT

        public static final int MAX_INPUT_LENGTH_DEFAULT
        The default value for the maximum length of input to process.
        See Also:
        Constant Field Values
      • maxShapes

        protected int maxShapes
        The maximum number of shapes tracked.
      • traceOptions

        protected java.lang.String traceOptions
        The current tracing options.
      • debug

        protected int debug
        Internal-only debugging flag.
    • Method Detail

      • isCollectStatistics

        public boolean isCollectStatistics()
      • setCollectStatistics

        public void setCollectStatistics​(boolean collectStatistics)
      • isEnableDefaultLogicalTypes

        public boolean isEnableDefaultLogicalTypes()
      • setEnableDefaultLogicalTypes

        public void setEnableDefaultLogicalTypes​(boolean enableDefaultLogicalTypes)
      • getDetectWindow

        public int getDetectWindow()
      • setDetectWindow

        public int setDetectWindow​(int detectWindow)
      • getMaxCardinality

        public int getMaxCardinality()
      • setMaxCardinality

        public int setMaxCardinality​(int maxCardinality)
      • getMaxInputLength

        public int getMaxInputLength()
      • setMaxInputLength

        public int setMaxInputLength​(int maxInputLength)
      • getMaxOutliers

        public int getMaxOutliers()
      • setMaxOutliers

        public int setMaxOutliers​(int maxOutliers)
      • getThreshold

        public int getThreshold()
      • setThreshold

        public int setThreshold​(int threshold)
      • getLocaleTag

        public java.lang.String getLocaleTag()
      • setLocaleTag

        public void setLocaleTag​(java.lang.String localeTag)