Skip to content

Commit

Permalink
pseudo code update
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed May 5, 2017
1 parent a97f4dd commit 63846ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Parallel_Algorithm/OpenMP/pseudo.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
do{
dist_sum_old = dist_sum_new;
dist_sum_new = 0.0;
reset_old_variable_values(...)
// E-Step: assign points to the nearest cluster center
for (i = 0; i < N_samples; i++) {
k_best = 0;
Expand Down

0 comments on commit 63846ca

Please sign in to comment.