You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to know why real_to_synth <= real_to_real is necessary to determine the coverage of each real sample? Intuitively, if the real to syn distance is smaller than the radii, it should be considered covered by the generative distribution. Why we need to consider the cloest distance for real-to-real?
Thanks and looking forward to your reply!
The text was updated successfully, but these errors were encountered:
Question
Hi, thanks for your great implementation! I have a small question about the evaluation metric of beta_coverage, which implements here:
synthcity/src/synthcity/metrics/eval_statistical.py
Lines 615 to 620 in ab47bcf
I want to know why
real_to_synth <= real_to_real
is necessary to determine the coverage of each real sample? Intuitively, if the real to syn distance is smaller than the radii, it should be considered covered by the generative distribution. Why we need to consider the cloest distance for real-to-real?Thanks and looking forward to your reply!
The text was updated successfully, but these errors were encountered: