I am wondering how I could get each representative cycle for each interval? The command 'persistence.computeAnnotatedIntervals(stream)' could be used to get cycles for dimensions starting from 0 to the given value, but the results are stored in a variable with the type 'AnnotatedBarcodeCollection' and I don't know how to extract the cycle related to each interval from it. Is there a way to do that?
Hi,
I am wondering how I could get each representative cycle for each interval? The command 'persistence.computeAnnotatedIntervals(stream)' could be used to get cycles for dimensions starting from 0 to the given value, but the results are stored in a variable with the type 'AnnotatedBarcodeCollection' and I don't know how to extract the cycle related to each interval from it. Is there a way to do that?
Thank you very much for your help!