@Test public void Dist_Eclat_Finds_All_The_Closed_Frequent_Itemsets() throws Exception { runDistEclatOnce(); helper.assertAllFrequentsAreFound(readResults(Dist_Eclat_Output_File)); }
@Test public void Dist_Eclat_Finds_Frequent_Itemsets() throws Exception { runDistEclatOnce(); helper.assertAllOfThemFrequent(readResults(Dist_Eclat_Output_File)); }