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

improvements to typed traversals #100

Open
4 of 5 tasks
cassinius opened this issue Aug 28, 2019 · 1 comment
Open
4 of 5 tasks

improvements to typed traversals #100

cassinius opened this issue Aug 28, 2019 · 1 comment

Comments

@cassinius
Copy link
Collaborator

cassinius commented Aug 28, 2019

  • target specific node types only
  • expand on a specific subset of nodes (type e.g.)
  • periphery @ k
  • k-expand
  • for score-based similarities, we cannot use sets since they don't provide any order.. add methods based on maps or arrays -> or build similarities by first collecting maps, then converting them to arrays (Array.from(map.values()) -> uff, slow...
@cassinius
Copy link
Collaborator Author

  • accumulateMaps & accumulateSetRelations methods in graph-recommender library need better names & probably belong into graphinius core

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

No branches or pull requests

1 participant