Skip to content

Commit

Permalink
changing config
Browse files Browse the repository at this point in the history
  • Loading branch information
nikit-srivastava committed Oct 18, 2018
1 parent a1ca655 commit b56475f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public void testNbmTime() throws IOException {
long totTime = 0;
LOG.info("Starting InMemory Theta Model test!");
Word2VecModel nbm = Word2VecFactory.getNormalBinModel();
// float[][] centroids = TEST_CENTROIDS;
float[][] centroids = fetchWordsVec(TEST_WORDS, nbm);
float[][] centroids = TEST_CENTROIDS;
//float[][] centroids = fetchWordsVec(TEST_WORDS, nbm);
LOG.info("Starting BruteForce-Model Test");
List<String> correctWords = NrmlzdMdlPrfmncTester.getCorrectWords(centroids, nbm);
LOG.info("Correct Words are :" + correctWords);
Expand Down

0 comments on commit b56475f

Please sign in to comment.