Class AutoInsightSamplingOptions


  • public final class AutoInsightSamplingOptions
    extends Object
    Options that affect any sampling required during auto-insight calculations.
    • Constructor Detail

      • AutoInsightSamplingOptions

        public AutoInsightSamplingOptions()
    • Method Detail

      • getSampleCount

        public Integer getSampleCount()
        The number of samples used to approximate sufficient statistics, when exact inference is not possible.
      • setSampleCount

        public void setSampleCount​(Integer value)
        The number of samples used to approximate sufficient statistics, when exact inference is not possible.