MaskedSymmetricRipserVR

org.appliedtopology.tda4j.MaskedSymmetricRipserVR
class MaskedSymmetricRipserVR[KeyT](val symmetryGroup: SymmetryGroup[KeyT, Int])(using evidence$1: Ordering[KeyT]) extends CliqueFinder[Int]

Attributes

Experimental
true
Graph
Supertypes
class CliqueFinder[Int]
trait (FiniteMetricSpace[Int], Double, Int) => Seq[Simplex[Int]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def apply(metricSpace: FiniteMetricSpace[Int], maxFiltrationValue: Double, maxDimension: Int): Seq[Simplex[Int]]

Attributes

Definition Classes
CliqueFinder -> Function3

Inherited methods

def curried: FiniteMetricSpace[Int] => Double => Int => Seq[Simplex[Int]]

Attributes

Inherited from:
Function3
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
Function3 -> Any
Inherited from:
Function3
def tupled: ((FiniteMetricSpace[Int], Double, Int)) => Seq[Simplex[Int]]

Attributes

Inherited from:
Function3

Concrete fields

override val className: String
val symmetryGroup: SymmetryGroup[KeyT, Int]