• Alfredo Di Napoli's avatar
    Fix division by 0 bug in distributional · 96e57e41
    Alfredo Di Napoli authored
    The previous code was sometimes yielding a matrix of NaN numbers as
    it was attempting the division of the input matrix with the diagonal,
    which would be 0 in case of an input matrix of 0, resulting in a
    division by 0 error.
    96e57e41
Name
Last commit
Last update
..
API Loading commit data...
Core Loading commit data...
Database Loading commit data...
Graph Loading commit data...
Ngrams Loading commit data...
Offline Loading commit data...
Parsers Loading commit data...
Server Loading commit data...
Utils Loading commit data...
API.hs Loading commit data...
Instances.hs Loading commit data...
Types.hs Loading commit data...
Utils.hs Loading commit data...