Interface InterestingnessMeasure

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double measure​(int t, int sX, int sY, int sXY)
      Computes the value of the measure for a given support values
    • Method Detail

      • measure

        double measure​(int t,
                       int sX,
                       int sY,
                       int sXY)
        Computes the value of the measure for a given support values
        Parameters:
        t - Total number of transaction
        sX - Support of the antecedent
        sY - Support of the consequent
        sXY - Support of the union of antecedent and consequent
        Returns:
        value of the measure