edu.stanford.math.plex4.homology.interfaces
T - the underlying basis type of the filtered chain complexB - the type of the generators of the persistence intervalspublic abstract class AbstractPersistenceBasisAlgorithm<T,B> extends AbstractPersistenceAlgorithm<T>
| Constructor and Description |
|---|
AbstractPersistenceBasisAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
abstract AnnotatedBarcodeCollection<java.lang.Integer,B> |
computeAnnotatedIndexIntervals(AbstractFilteredStream<T> stream)
This function computes the augmented persistence index intervals for a supplied filtered chain complex.
|
AnnotatedBarcodeCollection<java.lang.Double,B> |
computeAnnotatedIntervals(AbstractFilteredStream<T> stream)
This function computes the augmented persistence intervals for a supplied filtered chain complex.
|
computeIndexIntervals, computeIntervalspublic abstract AnnotatedBarcodeCollection<java.lang.Integer,B> computeAnnotatedIndexIntervals(AbstractFilteredStream<T> stream)
stream - the filtered chain complexpublic AnnotatedBarcodeCollection<java.lang.Double,B> computeAnnotatedIntervals(AbstractFilteredStream<T> stream)
stream - the filtered chain complex