org.appliedtopology.tda4j.barcode.PersistenceBar
See thePersistenceBar companion object
case class PersistenceBar[FiltrationT, AnnotationT](dim: Int, lower: BarcodeEndpoint[FiltrationT], upper: BarcodeEndpoint[FiltrationT], annotation: Option[AnnotationT])(using evidence$1: Ordering[FiltrationT])
A persistence bar has a lower and upper endpoint, where we assume (but do not enforce) that lower < upper
in the expected ordering on the filtration type; a dimension; and optionally some annotation (this will be used extensively to carry representative chains in homology computations)
Type parameters
- AnnotationT
-
Type of the annotation (we would expect this to be Chain).
- FiltrationT
-
Type of the filtration parameter
Attributes
- Companion
- object
- Experimental
- true
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article