InternLandMark / LandMark

Other
441 stars 39 forks source link

scaling the distance in the function raw2alpha function #15

Open Liumouliu opened 1 year ago

Liumouliu commented 1 year ago

Hi,

Thank you for the great work.

When computing the probability of termination alpha, may I ask the reason to scale the distance to the adjacent sampled point with self.distance_scale? The function is :

, weight, = raw2alpha(sigma, dists * self.distance_scale)

Thank you very much!

Best, liu