LandmarkSelection

org.appliedtopology.tda4j.streams.LandmarkSelection
case class LandmarkSelection(landmarks: IndexedSeq[Int], coveringRadius: Double, insertionRadius: Map[Int, Double] = ...)

landmarks(i) is the ambient index of the i-th landmark -- the mapping every witness-stream class below needs to translate its own LOCAL 0 until landmarks.size simplex vertex indices back to the caller's original point cloud (matlab.TDA4j does this for cycleVertices). coveringRadius is R = max_x min_l d(x,l). insertionRadius maps an ambient index to its own greedy-permutation lambda (see maxmin's doc); empty for random (no meaningful lambda) and for a hand-built selection not routed through maxmin.

Attributes

Experimental
true
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