Skip to content

Commit cffd458

Browse files
authored
Merge pull request #144 from tigergraph/GML-1590
[GML-1590] fix(files): remove retired and duplicate algorithms;
2 parents 7e731b7 + affac0c commit cffd458

14 files changed

+1
-1060
lines changed

algorithms/Community/connected_components/weakly_connected_components/small_world/tg_algo_wcc_small_world.gsql

-76
This file was deleted.

algorithms/Community/connected_components/weakly_connected_components/small_world/tg_algo_wcc_small_world.yml

-16
This file was deleted.

algorithms/Community/connected_components/weakly_connected_components/small_world/tg_wcc_small_world.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
sha_id: ed6ea869749977cc0f3df71225d7325fb81c9767
1313
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."
1414
version: lib3.0
15-
include: false
15+
include: true

algorithms/GraphML/Embeddings/Node2Vec/CHANGELOG.md

-76
This file was deleted.

algorithms/GraphML/Embeddings/Node2Vec/README.md

-102
This file was deleted.

algorithms/GraphML/Embeddings/Node2Vec/tg_node2vec.gsql

-3
This file was deleted.

algorithms/GraphML/Embeddings/Node2Vec/tg_node2vec_sub.cpp

-34
This file was deleted.

algorithms/GraphML/Embeddings/Node2Vec/tg_random_udf.cpp

-28
This file was deleted.

algorithms/GraphML/Embeddings/Node2Vec/tg_random_walk.gsql

-30
This file was deleted.

0 commit comments

Comments
 (0)