Skip to content

Commit

Permalink
Crank up the number of iterations to mine AX patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
ngeiswei committed Aug 3, 2018
1 parent e58baf8 commit 59fd773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/learning/miner/MinerUTest.cxxtest
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ void MinerUTest::test_AB_AC()

// Run URE pattern miner (using _as for testing more diverse
// content)
Handle ure_results = ure_pm(_as, 2, 10),
Handle ure_results = ure_pm(_as, 2, 20),
ure_expected = mk_minsup_eval(2, al(LAMBDA_LINK, Y, InhAY));

logger().debug() << "ure_results = " << oc_to_string(ure_results);
Expand Down

0 comments on commit 59fd773

Please sign in to comment.