Closed MonkeyBreaker closed 2 years ago
Thanks! I added a clarification of the default input. It is DISTANCE_MATRIX, but only the lower triangular part is read. So you can also input a CSV file with the other entries missing, as long as there is a line in the file per row of the matrix. For the lower-distance option, the input can also be just a single line with all the entries.
Hi !
First, thank you for the great library.
I was testing
ripser
and looking into the help, it says that the default format used islower-distance
. But, looking into the code, it seems that the default format isDISTANCE_MATRIX
.Am I misunderstanding something ?
PS: The help documentation: