PersistenceBar

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product