Skip to content

Commit

Permalink
IMDB experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
gadelrab committed Jun 15, 2016
1 parent a684215 commit 0677459
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,8 @@ public void showStatisticsRevisedRules(AssocRulesExtended rules,boolean export,
double newAvgConfidenceRO = rules.getRevisedRulesConfidenceStats(k, true).getAverage();
double newAvgJaccardCoefficientRO = rules.getRevisedRulesJaccardCoefficientStats(k, true).getAverage();;
double newAvgLiftRO = rules.getRevisedRulesLiftStats(k, true).getAverage();
double newAvgBodyCoverageRO = rules.getRevisedRulesBodyCoverageStats(k, false).getAverage();;
double newAvgBodyCoverageRO = rules.getRevisedRulesBodyCoverageStats(k, true).getAverage();
;

st.append(k+"\tAfter\t");
st.append(String.format("%.6f", newAvgConfidenceRO)+"\t");
Expand Down

0 comments on commit 0677459

Please sign in to comment.