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

[GML-1590] fix(files): remove retired and duplicate algorithms; #144

Merged
merged 2 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
sha_id: ed6ea869749977cc0f3df71225d7325fb81c9767
description: "This algorithm is optimized for finding connected components in small-world graphs, where the vast majority of the vertices in the graph are weakly connected to form a hub community."
version: lib3.0
include: false
include: true
76 changes: 0 additions & 76 deletions algorithms/GraphML/Embeddings/Node2Vec/CHANGELOG.md

This file was deleted.

102 changes: 0 additions & 102 deletions algorithms/GraphML/Embeddings/Node2Vec/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions algorithms/GraphML/Embeddings/Node2Vec/tg_node2vec.gsql

This file was deleted.

34 changes: 0 additions & 34 deletions algorithms/GraphML/Embeddings/Node2Vec/tg_node2vec_sub.cpp

This file was deleted.

28 changes: 0 additions & 28 deletions algorithms/GraphML/Embeddings/Node2Vec/tg_random_udf.cpp

This file was deleted.

30 changes: 0 additions & 30 deletions algorithms/GraphML/Embeddings/Node2Vec/tg_random_walk.gsql

This file was deleted.

Loading
Loading