1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Clarify homology description

This commit is contained in:
Rick Winfrey 2017-01-06 14:28:16 -08:00
parent e088f6aa35
commit 13790348d4

View File

@ -40,7 +40,7 @@ Homologies:
Given a data set, a homology is a cycle or loop of points in that data set that are significant given a significance function (e.g. distance function).
These data points, or topological invariants, we can use filtration to further refine the cycles or loops to find the most significant cycles. These are the strongest, or longest living, cycles.
With these data points, or topological invariants, we can use filtration to further refine the cycles or loops to find the most significant cycles. These are the strongest, or longest living, cycles. This helps us see what points in the n-dimensional data set are most important in relation to one another (rather than in relation to an assumption that is reified through a probabilistic test or approach).
How does one measure how "good" a persistent homology is? One can use a stability distance function to measure the stability of the distance function used to identify cycles.