Skip to content

Commit

Permalink
bug fix to pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabuzaid21 committed Feb 8, 2018
1 parent 0bb2c45 commit aa0b185
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public abstract class BatchSummarizer implements Operator<DataFrame, Explanation
protected double minRatioMetric = 3;
protected List<String> attributes = new ArrayList<>();
protected int numThreads = Runtime.getRuntime().availableProcessors();
protected String ratioMetric;
protected int maxOrder;
protected String ratioMetric = "global_ratio";
protected int maxOrder = 3;

/**
* Adjust this to tune the significance (e.g. number of rows affected) of the results returned.
Expand Down

0 comments on commit aa0b185

Please sign in to comment.