Skip to content

Commit

Permalink
Change default value of convThreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
asiahpirani authored Oct 20, 2018
1 parent 4c639c4 commit c6d1ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MetaLearner.C
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ MetaLearner::MetaLearner()
lambda=0;
clusterThreshold=0.5;
specificFold=-1;
convThreshold=0;
convThreshold=1e-3;
}

MetaLearner::~MetaLearner()
Expand Down

0 comments on commit c6d1ff8

Please sign in to comment.