jianhuupenn/SpaGCN

Student's t bug report

Closed this issue · 1 comments

q = q**(self.alpha+1.0)/2.0

Hello Dr. Hu,

should the expression be q = q**((self.alpha+1)/2.) or is it intended to first raise to the power and then take half of the result?

Thanks for your interest in SpaGCN. The formula is correct.