Skip to content

Commit

Permalink
doc: documentation in neurograph
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-grim committed Jun 28, 2024
1 parent ef345d9 commit 4649081
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/deep_neurographs/neurograph.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,21 @@ def generate_proposals(
"""
Generates proposals from leaf nodes in "self".
Parameters
----------
search_radius : float
Search radius used to generate proposals.
complex_bool : bool
Indication of whether to generate complex proposals.
long_range_proposals : bool
Indication of whether to generate long range proposals.
proposals_per_leaf : int
Maximum number of proposals generated for each leaf.
optimize : bool
Indication of whether to optimize proposal alignment to image.
optimization_depth : int
Depth to check during optimization.
Returns
-------
None
Expand Down

0 comments on commit 4649081

Please sign in to comment.