DowkerCofaceSimplexStream

org.appliedtopology.tda4j.streams.DowkerCofaceSimplexStream
See theDowkerCofaceSimplexStream companion class

Attributes

Companion
class
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(relation: Array[Array[Double]], maxFiltrationValue: Double = ..., keepCriterion: PartialFunction[Simplex[Int], Boolean] = ...): DowkerCofaceSimplexStream

Overloads taking an already-built DowkerGeometry directly -- e.g. a caller who already has one on hand (as .dual does), avoiding rebuilding it from a raw matrix. Scala forbids default arguments on more than one overloaded apply variant (same constraint WitnessCofaceSimplexStream.apply documents), so these mirror the primary constructor's own defaults by hand instead of sharing them.

Overloads taking an already-built DowkerGeometry directly -- e.g. a caller who already has one on hand (as .dual does), avoiding rebuilding it from a raw matrix. Scala forbids default arguments on more than one overloaded apply variant (same constraint WitnessCofaceSimplexStream.apply documents), so these mirror the primary constructor's own defaults by hand instead of sharing them.

Attributes

def apply(geometry: DowkerGeometry, maxFiltrationValue: Double): DowkerCofaceSimplexStream
def apply(geometry: DowkerGeometry, maxFiltrationValue: Double, keepCriterion: PartialFunction[Simplex[Int], Boolean]): DowkerCofaceSimplexStream