JVPTree

org.appliedtopology.tda4j.streams.JVPTree
case class JVPTree[VertexT](metricSpace: FiniteMetricSpace[VertexT]) extends SpatialQuery[VertexT]

Attributes

Experimental
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SpatialQuery[VertexT]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def neighbors(v: VertexT, epsilon: Double): Set[VertexT]

Attributes

Definition Classes

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

Concrete fields

val distanceFunction: DistanceFunction[VertexT]
val vpTree: VPTree[VertexT, VertexT]