-
Notifications
You must be signed in to change notification settings - Fork 17
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
Options for high-precision connections #25
Comments
What is the difference between a |
Each synapse has an associated "confidence" indicating roughly how likely the synapse is real (vs. a false prediction). These can be inspected in the output of But that's only helpful if you're inspecting individual synapse properties. The overall neuron-to-neuron connection strength is precomputed and stored in the In general, the "high precision" threshold could be different from one dataset to the next. In the hemibrain, I believe it is |
Thanks for the explanation. |
Neuron-neuron connections in neuprint have a
weight
attribute and aweightHP
attribute for "high precision" synapses. Functions inneuprint-python
that use edge weights should include an option to use the latter attribute if the user wants to use only high-precision connections.fetch_simple_connections
fetch_shortest_paths
The text was updated successfully, but these errors were encountered: