Skip to content

Commit

Permalink
修复 AbstractClassifier.enableProbability fix #1423
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Feb 14, 2020
1 parent 854ed9c commit 3a30684
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public abstract class AbstractClassifier implements IClassifier
@Override
public IClassifier enableProbability(boolean enable)
{
configProbabilityEnabled = enable;
return this;
}

Expand Down

0 comments on commit 3a30684

Please sign in to comment.