professorwug / diffusion_curvature_old

Fast, pointwise graph curvature
GNU General Public License v3.0
1 stars 0 forks source link

Diffusion-based dimensionality estimation, to support graphs #4

Open professorwug opened 1 year ago

professorwug commented 1 year ago

We currently use the kNN dimensionality estimator from skdim - but this has problems:

There are two ways of resolving this:

  1. In the short term, use the same algorithm, but use the precomputed geodesic distances. This would solve all of the above issues.
  2. In the long term, find something more robust than kNN dimensionality estimation.