Skip to content

Commit

Permalink
Debug iter #2
Browse files Browse the repository at this point in the history
  • Loading branch information
amgrigoriev committed Aug 12, 2020
1 parent ed3be21 commit d0ee1c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Status KMeansDistributedStep1KernelUCAPI<algorithmFPType>::compute(size_t na, co
ntAssignments->releaseBlockOfRows(assignmentsRows);
}
}
// stop
// stop
return Status();
this->mergeReduceCentroids(outCentroids, nClusters, nFeatures, &st);
DAAL_CHECK_STATUS_VAR(st);
Expand Down

0 comments on commit d0ee1c4

Please sign in to comment.