Class AutoInsightVariableOutput


  • public final class AutoInsightVariableOutput
    extends Object
    Represents the output obtained from AutoInsight for a test variable.
    • Method Detail

      • getProbabilityGivenTarget

        public Distribution getProbabilityGivenTarget()
        Gets the distribution of this variable given the target.
      • getKLDivergence

        public Double getKLDivergence()
        Gets the Kullback-Leibler divergence for the test distribution, and tells us how much the test variance changes with the hypothesis.
      • getJSDivergenceBits

        public Double getJSDivergenceBits()
        Gets the Jensen Shannon divergence for the test distribution, measured in BITS.
      • getVariable

        public Variable getVariable()
        Gets the test variable.