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
Over in the geographic data science book, we just realized that join counts/local join count statistics are not well-defined in the case of asymmetric weights matrices (like k-nearest neighbors).
Thus, we need to warn/error out if w.asymmetries is not an empty list. I'm not sure how the statistics are defined in the directed case, and (regardless) we'd need to enhance their existing estimators for this case.
I think it's appropriate to raise a NotImplementedError immediately if the weights are asymmetric.
The text was updated successfully, but these errors were encountered:
Over in the geographic data science book, we just realized that join counts/local join count statistics are not well-defined in the case of asymmetric weights matrices (like k-nearest neighbors).
Thus, we need to warn/error out if
w.asymmetries
is not an empty list. I'm not sure how the statistics are defined in the directed case, and (regardless) we'd need to enhance their existing estimators for this case.I think it's appropriate to raise a
NotImplementedError
immediately if the weights are asymmetric.The text was updated successfully, but these errors were encountered: