Skip to content

Commit

Permalink
로그 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
sangriel committed Apr 19, 2022
1 parent 9480b14 commit 2b51b16
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions OpenSw/src/scripts/searcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,7 @@ private void calcSim(String[] keywords, Double[] keywordWeights, Double[] innerP
}
count += 1;
}

System.out.println(keywords.length);
System.out.println(indexRootSums.size());
System.out.println(innerProduct.length);



for (int i = 0 ; i < keywords.length ; i++) {
weights.add(innerProduct[i] / ((keywordRootSums) * (indexRootSums.get(i))));
Expand Down

0 comments on commit 2b51b16

Please sign in to comment.