Skip to content

Commit

Permalink
forgot something
Browse files Browse the repository at this point in the history
  • Loading branch information
jialinding committed May 8, 2018
1 parent 62361ab commit 98de084
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public void process(DataFrame input, boolean doEncoding) throws Exception {
List<APLExplanationResult> aplResults;
if (basic) {
aplBasicKernel.setInjectFraction(injectFraction);
aplBasicKernel.setDoContainment(doContainment);
aplBasicKernel.setSmartStopping(smartStopping);
aplResults = aplBasicKernel.explain(
encoded,
Expand Down

0 comments on commit 98de084

Please sign in to comment.