professorwug / diffusion_curvature_old

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

Intelligently select size of comparison space to match t #2

Open professorwug opened 1 year ago

professorwug commented 1 year ago

Presently, the comparison spaces are constructed using the same number of points as the dataset. If the diffusion time is reasonable, only a fraction of these points will be used - so why not estimate the number of points needed ahead of time? It could save a significant amount of computation when powering the matrix.