Skip to content

Commit 3d5d022

Browse files
authored
Merge pull request #136 from tigergraph/updateManifest
fix(manifest): update manifest
2 parents f5447c0 + 62b2c1d commit 3d5d022

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

manifest.json

-18
Original file line numberDiff line numberDiff line change
@@ -72,24 +72,6 @@
7272
"name": "tg_greedy_graph_coloring",
7373
"path": "algorithms/Classification/greedy_graph_coloring/tg_greedy_graph_coloring.gsql"
7474
},
75-
"k_nearest_neighbors": {
76-
"all_pairs": {
77-
"name": "tg_knn_cosine_all",
78-
"path": "algorithms/Classification/k_nearest_neighbors/all_pairs/tg_knn_cosine_all_sub.gsql;algorithms/Classification/k_nearest_neighbors/all_pairs/tg_knn_cosine_all.gsql",
79-
"schema_type": "VERTEX",
80-
"value_type": "STRING"
81-
},
82-
"cross_validation": {
83-
"name": "tg_knn_cosine_cv",
84-
"path": "algorithms/Classification/k_nearest_neighbors/cross_validation/tg_knn_cosine_cv_sub.gsql;algorithms/Classification/k_nearest_neighbors/cross_validation/tg_knn_cosine_cv.gsql"
85-
},
86-
"single_source": {
87-
"name": "tg_knn_cosine_ss",
88-
"path": "algorithms/Classification/k_nearest_neighbors/single_source/tg_knn_cosine_ss.gsql",
89-
"schema_type": "VERTEX",
90-
"value_type": "STRING"
91-
}
92-
},
9375
"maximal_independent_set": {
9476
"deterministic": {
9577
"name": "tg_maximal_indep_set",

0 commit comments

Comments
 (0)