Open sunqf opened 9 years ago
da.h:58 const double z = ComputeZ(i, n, m, alpha); this should be changed to const double z = ComputeZ(i, m, n, alpha);
I wonder, what's the impact on the results? Is this implementation of fast_align still trustworthy?
da.h:58 const double z = ComputeZ(i, n, m, alpha);
this should be changed to const double z = ComputeZ(i, m, n, alpha);