Stats

org.appliedtopology.tda4j.streams.EdgeCollapse.Stats
case class Stats(edgesBefore: Int, edgesAfter: Int)

edgesBefore/edgesAfter count DISTINCT unordered pairs (not the 2x directed entries this class's own internal adjacency structure keeps).

Attributes

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

Members list

Value members

Concrete methods

def edgesRemoved: Int

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