Result

org.appliedtopology.tda4j.homology.CircularCoordinates.Result
case class Result(theta: Map[Int, Double], birth: Double, death: Double, r: Double, prime: Int)

theta: ambient point index (matching the metricSpace passed to compute) to its circle coordinate in [0, 1) -- only for points in the connected component of K_r containing the chosen class (see the class doc); a point outside that component has no entry at all, not a sentinel value. birth/death are the chosen bar's own full-filtration endpoints (death = Double.PositiveInfinity for an essential bar); r and prime echo the parameters compute was called with.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product