Class Covering

java.lang.Object
adaa.analytics.rules.logic.induction.ContingencyTable
adaa.analytics.rules.logic.induction.Covering
Direct Known Subclasses:
ActionCovering

public class Covering extends ContingencyTable
Represents covering of a rule. Stores a contingency table together with the indices of positive and negative examples covered by the rule.
  • Field Details

  • Constructor Details

  • Method Details

    • getSize

      public int getSize()
    • clear

      public void clear()
      Overrides:
      clear in class ContingencyTable