Skip to content

Commit

Permalink
Altering tree count in forest.
Browse files Browse the repository at this point in the history
  • Loading branch information
maplesond committed Aug 1, 2018
1 parent cc87e79 commit fd384ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/junction_filter.hpp
Expand Up @@ -80,7 +80,7 @@ namespace portcullis {
const string ST_IPOS_RULES_FILE = "selftrain_initial_pos";
const string ST_INEG_RULES_FILE = "selftrain_initial_neg";
const uint16_t DEFAULT_FILTER_THREADS = 1;
const uint16_t DEFAULT_SELFTRAIN_TREES = 100;
const uint16_t DEFAULT_SELFTRAIN_TREES = 250;
const double DEFAULT_FILTER_THRESHOLD = 0.5;

class JunctionFilter {
Expand Down

0 comments on commit fd384ac

Please sign in to comment.