-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need explicit missing data treatment #265
Comments
hej hej, The "true" answer under missing data is (virtually always) NA, i.e., the density etc. are unknown.
James further remarked that migraph-style is to make any such treatments very explicit, i.e., call a function instead of a function argument: node_degree(missingNet) ≠ node_degree(na_to_null(missingNet)) Just some ideas here... Cheers |
Re email conversation with Robert Krause
The text was updated successfully, but these errors were encountered: