Skip to content

Commit 2156634

Browse files
author
sitaras
committed
remove commented code
1 parent 69e4a66 commit 2156634

File tree

21 files changed

+110143
-2
lines changed

21 files changed

+110143
-2
lines changed

Clustering/clusterHelpingFuns.o

9.7 KB
Binary file not shown.

Clustering/clustering.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ void clusteringLSH(List vecList,int numOfClusters,int l,FILE* fptr){
278278
while((countLSH<2) || !centroidsConverge(clusters,oldClusters,numOfClusters,d)){ // check for convergence after the second one iteration
279279
if(countLSH==MAX_RECENTER_ITERATIONS)
280280
break;
281-
// while(firstIter || count<20){
282281
countLSH++;
283282
if(!firstIterLSH){
284283
Vector *temp = oldClusters;
@@ -444,7 +443,6 @@ void clusteringHypercube(List vecList,int numOfClusters,int m,int probes,FILE* f
444443
while((countLSH<2) || !centroidsConverge(clusters,oldClusters,numOfClusters,d)){
445444
if(countLSH==MAX_RECENTER_ITERATIONS)
446445
break;
447-
// while(firstIter || count<20){
448446
countLSH++;
449447
if(!firstIterLSH){
450448
Vector *temp = oldClusters;

Clustering/clustering.o

35.6 KB
Binary file not shown.

Clustering/kmeansPlusPlus.o

9.7 KB
Binary file not shown.

Hypercube/HashMap/hashmap.o

12.4 KB
Binary file not shown.

Hypercube/hypercube.o

29.3 KB
Binary file not shown.

LSH/helperFunctions.o

8.78 KB
Binary file not shown.

LSH/lsh.o

21.9 KB
Binary file not shown.

Vector/vector.o

13.4 KB
Binary file not shown.

cluster

124 KB
Binary file not shown.

0 commit comments

Comments
 (0)