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 9, 2018
1 parent 0fdfaee commit f41c869
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class W2VNrmlMemModelKMeans implements GenWord2VecModel {
private float[][] vecArr;
private int compareVecCount = 100;
private int bucketCount = 10;
private int kMeansMaxItr = 10;
private int kMeansMaxItr = 5;
private BitSet[][] csBucketContainer;
private String vecFilePath = "data/kmeans/comparison-vecs.csv";
// TODO : Remove this
Expand Down

0 comments on commit f41c869

Please sign in to comment.