Skip to content

Commit 2f287a9

Browse files
author
sitaras
committed
clustering output file
1 parent 9232650 commit 2f287a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Clustering/clustering.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ void clusteringHypercube(List vecList,int numOfClusters,int m,int probes,FILE* f
382382
}
383383

384384
void clustering(List vecList,FILE* fptr,char* method,int numOfClusters,int l,int mHyper,int probes){
385-
// kHyper is "d" global variable
386385
if(strcmp(method,"Classic")==0){
387386
fprintf(fptr,"Algorithm: Lloyds\n");
388387
clusteringLloyds(vecList,numOfClusters,fptr);

0 commit comments

Comments
 (0)