Class IndependenceChiSquared


  • public class IndependenceChiSquared
    extends Independence
    Normalized chi-squared measure of distance from independence

    Described as: "can be used for tasks that require high precision, against both short and long queries."

    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Detail

      • IndependenceChiSquared

        public IndependenceChiSquared()
        Sole constructor.
    • Method Detail

      • score

        public double score​(double freq,
                            double expected)
        Description copied from class: Independence
        Computes distance from independence
        Specified by:
        score in class Independence
        Parameters:
        freq - actual term frequency
        expected - expected term frequency