-
Notifications
You must be signed in to change notification settings - Fork 3
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
Constructing spatial neighborhood with custom parameters #126
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
7d98cd2
Constructing spatial neighborhood with custom parameters
bdac0af
Separate each function into individual file
Qirongmao97 3f68c32
Delete preprocessing/neighbors/neighborhood_construction.py
Qirongmao97 3890170
Delete preprocessing/neighbors/neighborhood_construction.yml
Qirongmao97 4130adf
Update delaunay_triangulation.py
Qirongmao97 36367e9
Update coord_type.py
Qirongmao97 6e77564
Update n_neighs.py
Qirongmao97 d30d4ac
Update n_rings.py
Qirongmao97 ee5533f
Update radius.py
Qirongmao97 235a298
Update and rename n_neighs.py to n_neighbourhood.py
Qirongmao97 ea486da
Update delaunay_triangulation.py
Qirongmao97 0625fdb
Delete preprocessing/neighbors/coord_type.py
Qirongmao97 d87dcf7
Delete preprocessing/neighbors/coord_type.yml
Qirongmao97 e76411a
Update n_neighbourhood.py
Qirongmao97 f8e317b
Update delaunay_triangulation.py
Qirongmao97 db8597d
Update n_rings.py
Qirongmao97 fb659d7
Update radius.py
Qirongmao97 6c551de
Committing changes based on the comments
94528f3
Putting each function to subdirectory
97c6bd2
Removing config file of Delaunay Traingulation
dc59a5b
remove config reading
niklasmueboe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
preprocessing/neighbors/delaunay_traingulation/config/config_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"delaunay":false | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"n_neighs":6 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"n_rings":1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"radius":1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why delaunay: false. I think for this one we won't need a config at all. And delaunay should always be true