- 22 Feb, 2024 11 commits
-
-
Alfredo Di Napoli authored
This commit switch the PhyloMaker.hs code to use, whenever we can, faster implementations for nub and sort.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
It also adds a semi-interesting phylo.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This reverts commit a60a1be7.
-
Alfredo Di Napoli authored
-
- 14 Feb, 2024 2 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 13 Feb, 2024 3 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
the 2A, which is my recommendation. For some reasons that should be better analyzed, during the computation of the Distributional similarity using Accelerate some parts of the matrix are are below 1 (see the line modified by this commit). As a consequence the log of such value below 1 gives a negative value that is breaking the whole similarity computation: the matrix has negative and non negative values and is becoming inconsistent. The main fix consists in managing the values below 1 in order to get a non negative matrix. The Order 2A fixes the issue by adding 1 on each cell of the matrix. The Order 2B fixes the issue by removing values below 1 only. According to the qualitative tests I made the Graph results of order 2B is better than the results of order 2A. Filtering seems better than forcing using all data where some seems to be not "representative" enough.
-
- 12 Feb, 2024 6 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 09 Feb, 2024 3 commits
-
-
Karen Konou authored
-
Karen Konou authored
-
Alexandre Delanoë authored
-
- 08 Feb, 2024 1 commit
-
-
Karen Konou authored
-
- 07 Feb, 2024 7 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 06 Feb, 2024 2 commits
-
-
Przemyslaw Kaminski authored
-
Alfredo Di Napoli authored
-
- 05 Feb, 2024 5 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Alfredo Di Napoli authored
-
Alexandre Delanoë authored
-