object IndexedBacktrace
- Alphabetic
- By Inheritance
- IndexedBacktrace
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allMatches(indices1: Vector[Int], indices2: Vector[Int], permitted: (Int) => (Int) => Boolean): Vector[IndexMatch]
all matches of indices satisfying a condition, typically having a good enough distance bount
all matches of indices satisfying a condition, typically having a good enough distance bount
- indices1
first collection of indices
- indices2
second collection of indices
- permitted
condition for matching
- returns
vector of index matches
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bestBoundMap(v: Vector[((Int, Int), Double)]): DistBoundMap
map of upper bounds, best from the data
map of upper bounds, best from the data
- v
vector of upper bounds
- returns
map of best upper bounds
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def distancesAreImproved(newDist: DistBoundMap, oldDist: DistBoundMap, resolution: Double): Boolean
checks whether a new distance is significantly better than an old one
checks whether a new distance is significantly better than an old one
- newDist
a possibly improved distance bound
- oldDist
the original distance
- resolution
additive scale for comparison
- returns
boolean giving whether improvement is significant
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def stableDistance(baseDistance: DistBoundMap, refine: (DistBoundMap) => DistBoundMap, resolution: Double): DistBoundMap
refine distance till there is no significant improvement
refine distance till there is no significant improvement
- baseDistance
initial distance
- refine
map giving way to refine
- resolution
additive scale for comparison
- returns
refined upper bound on distances
- Annotations
- @tailrec()
- def symmetrizedBoundMap(v: Vector[((Int, Int), Double)]): DistBoundMap
upper bounds refined by using symmetry
upper bounds refined by using symmetry
- v
vector of upper bounds
- returns
symmetric map of upper bounds
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def triangleInequalityBounds(m: DistBoundMap): DistBoundMap
upper bounds refined using the triangle
upper bounds refined using the triangle
- m
given upper bounds
- returns
map of deduced upper bounds
- def triangleStableDistance(baseDistance: DistBoundMap, maxDistance: Double, resolution: Double): DistBoundMap
refine distances using the triangle inequality with pruning
refine distances using the triangle inequality with pruning
- baseDistance
initial distance bounds
- maxDistance
maximum distance bound - larger bounds than these are ignored
- resolution
additive scale for comparison
- returns
refined upper bound map
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated