Skip to content
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

[WIP] Add two feature sampling methods for graphs #337

Open
wants to merge 17 commits into
base: staging
Choose a base branch
from

Conversation

j1c
Copy link
Member

@j1c j1c commented Oct 3, 2019

These are two methods for graph valued data.

  1. Graph-Edge-MORF randomly takes one row of the adjacency matrices, then randomly samples some number of elements of that row based on patch_height_min and patch_height_max. The sum of the selected elements is the new feature for that graph.

  2. Graph-Node-MORF randomly samples n \in [patch_height_min, patch_height_max] integers between [1, image_height]. You take the rows and cols based on the sampled integers, and sum the values in that small square. This is the new feature for that graph.

@netlify
Copy link

netlify bot commented Oct 3, 2019

Deploy preview for rerf ready!

Built with commit b5839d1

https://deploy-preview-337--rerf.netlify.com

@j1c
Copy link
Member Author

j1c commented Oct 3, 2019

Not quite sure how to deal with different sized tabs cause tabs in C++ files vary in size. Can be 8 spaces or 4 or 2....

@j1c j1c requested a review from MrAE October 3, 2019 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants