edu.stanford.math.plex4.homology.interfaces
T
- the underlying basis type of the filtered chain complexpublic abstract class AbstractPersistenceAlgorithm<T> extends java.lang.Object
Constructor and Description |
---|
AbstractPersistenceAlgorithm() |
Modifier and Type | Method and Description |
---|---|
abstract BarcodeCollection<java.lang.Integer> |
computeIndexIntervals(AbstractFilteredStream<T> stream)
This function computes the persistence index intervals of a filtered chain complex.
|
BarcodeCollection<java.lang.Double> |
computeIntervals(AbstractFilteredStream<T> stream)
This function computes the persistence intervals of a filtered chain complex.
|
public abstract BarcodeCollection<java.lang.Integer> computeIndexIntervals(AbstractFilteredStream<T> stream)
stream
- the filtered chain complexpublic BarcodeCollection<java.lang.Double> computeIntervals(AbstractFilteredStream<T> stream)
stream
- the filtered chain complex