Class AutoInsightOptions


  • public final class AutoInsightOptions
    extends Object
    Options that affect auto-insight calculations.
    • Constructor Detail

      • AutoInsightOptions

        public AutoInsightOptions()
    • Method Detail

      • getInferenceFactory

        public InferenceFactory getInferenceFactory()
        Gets the inference factory used for link strength calculations.
      • setInferenceFactory

        public void setInferenceFactory​(InferenceFactory value)
        Sets the inference factory used for link strength calculations.
      • getSampling

        public AutoInsightSamplingOptions getSampling()
        Options affecting sampling, when approximate inference is required.
      • getKLDivergence

        public AutoInsightKLDivergence getKLDivergence()
        Gets a value which determines the type of KL divergence calculations to perform, if any.
      • setKLDivergence

        public void setKLDivergence​(AutoInsightKLDivergence value)
        Sets a value which determines the type of KL divergence calculations to perform, if any.
      • getJSDivergence

        public AutoInsightJSDivergence getJSDivergence()
        Gets a value which determines the type of Jensen Shannon divergence calculations to perform, if any.
      • setJSDivergence

        public void setJSDivergence​(AutoInsightJSDivergence value)
        Sets a value which determines the type of Jensen Shannon divergence calculations to perform, if any.