GraphChi / graphchi-cpp

GraphChi's C++ version. Big Data - small machine.
https://www.usenix.org/system/files/conference/osdi12/osdi12-final-126.pdf
800 stars 311 forks source link

Fixed typo in regnormal code #23

Closed msperlich closed 10 years ago

msperlich commented 10 years ago

ALS-Tensor, PMF, Sparse-ALS and Weighted-ALS all have the same typo in the code responsible for handling the "regnormal" flag. The regularization parameter lambda is incorrectly modified each time a vertex is processed.

akyrola commented 10 years ago

@dbickson can you have a look?

dbickson commented 10 years ago

Thanks! you are right! I have merged the fix.