Class Covering
java.lang.Object
adaa.analytics.rules.logic.induction.ContingencyTable
adaa.analytics.rules.logic.induction.Covering
- Direct Known Subclasses:
 ActionCovering
Represents covering of a rule. Stores a contingency table together with the indices of positive and negative examples
 covered by the rule.
- 
Field Summary
FieldsFields inherited from class adaa.analytics.rules.logic.induction.ContingencyTable
mean_y, mean_y2, median_y, stddev_y, targetLabel, weighted_n, weighted_N, weighted_p, weighted_P - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
positives
 - 
negatives
 
 - 
 - 
Constructor Details
- 
Covering
public Covering() - 
Covering
public Covering(double p, double n, double P, double N)  - 
Covering
 - 
Covering
 
 - 
 - 
Method Details
- 
getSize
public int getSize() - 
clear
public void clear()- Overrides:
 clearin classContingencyTable
 
 -