Example #1
0
  @Test
  public void Dist_Eclat_Finds_All_The_Closed_Frequent_Itemsets() throws Exception {

    runDistEclatOnce();
    helper.assertAllFrequentsAreFound(readResults(Dist_Eclat_Output_File));
  }
Example #2
0
  @Test
  public void Dist_Eclat_Finds_Frequent_Itemsets() throws Exception {

    runDistEclatOnce();
    helper.assertAllOfThemFrequent(readResults(Dist_Eclat_Output_File));
  }