Skip to content

Commit

Permalink
Change topk confidence stats
Browse files Browse the repository at this point in the history
  • Loading branch information
gadelrab committed Apr 26, 2016
1 parent ee0533d commit e9584ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ public void showStatistics(AssocRulesExtended rules,boolean export, String fileN
st.append(String.format("%.6f", newAvgLiftRO)+"\t");
st.append(String.format("%.6f", newAvgLiftRO-orgAvgLiftRO)+"\t");
st.append(String.format("%.5f", newAvgJaccardCoefficient)+"\t");
st.append(String.format("%.5f", newAvgJaccardCoefficient-orgAvgConf)+"\t");
st.append(String.format("%.5f", newAvgJaccardCoefficient-orgAvgJaccardCoefficient)+"\t");
st.append('\n');

st.append("--------------------------------------------------------------------\n");
Expand Down

0 comments on commit e9584ba

Please sign in to comment.