Skip to content

Commit

Permalink
config change
Browse files Browse the repository at this point in the history
  • Loading branch information
nikit-srivastava committed Oct 8, 2018
1 parent fcf91e4 commit f50d36b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public class W2VNrmlMemModelKMeans implements GenWord2VecModel {
private float[][] comparisonVecs = null;
private String[] wordArr;
private float[][] vecArr;
private int compareVecCount = 10;
private int compareVecCount = 150;
private int bucketCount = 10;
private int kMeansMaxItr = 10;
private int kMeansMaxItr = 5;
private BitSet[][] csBucketContainer;
// TODO : Remove this
private TimeLogger tl = new TimeLogger();
Expand Down

0 comments on commit f50d36b

Please sign in to comment.