We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c974449 + d7dc236 commit 11cc105Copy full SHA for 11cc105
src/main/scala/org/appliedtopology/tda4j/AlphaShapes.scala
@@ -52,7 +52,7 @@ class AlphaShapes(val points: Array[Array[Double]])
52
val newSimplexCache = for
53
spx <- simplexCache
54
i <- metricSpace.elements.takeWhile(_ < spx.min)
55
- coface = spx.union(∆(i))
+ coface = spx.union(Simplex(i))
56
if isDelaunaySimplex(coface)
57
yield coface
58
simplexCache = newSimplexCache.sortBy(filtrationValue)
0 commit comments