Muuuh219
Results
2
issues of
Muuuh219
Bug?
2
Hello, First of all, thank you for implementiv VAT and iVAT! In the function compute_ivat_ordered_dissimilarity_matrix, the iVAT matrix is computed, but it is not symmetric in the end. Is is...
Hi everyone, when I use np.exp(A) with the development version 2.0.23 where A is some matrix, the results are totally wrong. Example: import numpy as np A = np.arange(9).reshape((3, 3))...