55 Commits

Author SHA1 Message Date
yizhihenpidehou 89fe77a5d6 feat: update hypergraph dataset usage 2024-02-04 18:22:10 +08:00
yizhihenpidehou d24eb76528 fixed: hypergraph tests 2024-02-03 15:10:10 +08:00
yizhihenpidehou 1a2f6a7519 fixed: reformat 2024-02-03 13:04:30 +08:00
yizhihenpidehou a0f25499b9 fixed: remove torch_sparse module 2024-02-03 13:02:14 +08:00
yizhihenpidehou 81ed6e795d fixed: fix test of hypergraph 2024-02-03 12:37:44 +08:00
yizhihenpidehou 38c8586256 feat: improve the efficiency of module/model 2024-02-03 11:48:31 +08:00
yizhihenpidehou 8b2e99c0d7 feat: cocitation dataset 2023-12-12 23:47:55 +08:00
yizhihenpidehou c6900a59e9 chore:reformatted 2023-11-27 16:16:18 +08:00
yizhihenpidehou d0b0f8511f fixed: neighbors implementation in Hypergraph class; docs: typo fixed 2023-11-27 15:56:46 +08:00
yizhihenpidehou 07a75f6aba Merge branch 'pybind11' of https://github.com/easy-graph/Easy-Graph into pybind11 2023-11-27 15:50:58 +08:00
yizhihenpidehou 5234dd7f79 docs:typo ficed 2023-11-27 15:50:53 +08:00
Min 9561f7bc62 correct some typos 2023-11-23 18:38:51 -06:00
yizhihenpidehou 06a76e22fb fixed: node_index property is added into DiGraph 2023-10-24 13:33:42 +08:00
yizhihenpidehou 6848233fea fixed: bug in hypergraph structure; feat: improve the efficiency of
incidence matrix
2023-10-24 13:24:01 +08:00
yizhihenpidehou 20f85fa3a5 chore: test 2023-10-10 18:49:53 +08:00
yizhihenpidehou b0dd069c3d fixed: pytest 2023-10-09 23:41:03 +08:00
yizhihenpidehou 222fee6ca0 chore: reformat 2023-10-09 19:32:42 +08:00
yizhihenpidehou 45a75a6f15 fixed: clear in Hypergraph 2023-10-09 19:31:30 +08:00
yizhihenpidehou 0a6b0ca0fd feat: add def_v_dict for hypergraph degree cache; imporve the performances of degree,distance,neighbor,incidence_matrix 2023-10-07 14:24:41 +08:00
yizhihenpidehou 60f1152bb1 feat: add property:index2node; docs: add parameters explanation in draw_dynamic_hypergraph 2023-09-18 21:35:41 +08:00
yizhihenpidehou 99cbd92621 feat: draw_dynamic_hypergraph 2023-09-11 20:16:29 +08:00
yizhihenpidehou 2bcf9c83a4 feat: get_linegraph -> get_clique_expansion 2023-09-01 20:44:41 +08:00
yizhihenpidehou 36ecd61ef4 fixed: reformat 2023-08-29 15:58:20 +08:00
yizhihenpidehou ec3bcdd240 feat: add dhne in model; fixed: from_graph in Hypergraph class and e in Graph class; docs: add explaination in get_star_expansion 2023-08-29 15:36:00 +08:00
yizhihenpidehou f7c0f1dfc0 fixed: remove some print; 2023-08-29 14:21:46 +08:00
yizhihenpidehou 75797b084c style: reformat 2023-08-11 19:42:15 +08:00
yizhihenpidehou d8c6bce924 fixed: check if node id in hyperedges is legal 2023-08-11 19:35:30 +08:00
yizhihenpidehou bdeba647e3 feat: add hospital-lyon dataset 2023-07-29 16:55:30 +08:00
yizhihenpidehou 47b752c71e feat: add hospital-lyon dataset 2023-07-29 16:54:48 +08:00
yizhihenpidehou 86c0c189f2 fixed:reformat 2023-07-26 22:09:19 +08:00
yizhihenpidehou cbc3f7b665 fixed: fix test 2023-07-26 21:51:27 +08:00
yizhihenpidehou 3f758958ff Merge branch 'hyper' of https://github.com/easy-graph/Easy-Graph into hyper 2023-07-26 20:30:33 +08:00
yizhihenpidehou 8949e02a94 feat:add assortivity and clustering in hypergraph 2023-07-26 20:24:45 +08:00
Min b51647c1a9 add info for get_linegraph 2023-07-26 05:52:38 -05:00
Min 29e651ceb5 correct typo 2023-07-26 05:37:48 -05:00
yizhihenpidehou 348a156f84 feat: add assortativity in hypergraph 2023-07-21 19:08:26 +08:00
yizhihenpidehou 59ed3dfb02 feat: add hypergraph model generator model; add email_enron class in dataset module 2023-07-21 11:53:58 +08:00
yizhihenpidehou 2bb9f3cd97 feat: add hypergraph/load_dataset in datasets; reconstruct Hypergraph class, add e_property and v_property for init and add operations 2023-07-11 11:40:26 +08:00
yizhihenpidehou 31c39f6cf7 feat: add get_star_expansion in Hypergraph 2023-07-04 23:36:44 +08:00
yizhihenpidehou 72c515960c feat: add weight option for adjacency matrix, edge_distance for Hypergraph class 2023-06-25 13:43:21 +08:00
yizhihenpidehou 9ce3cece14 feat: add weight option for adjacency matrix, edge_distance for Hypergraph class 2023-06-25 13:40:28 +08:00
yizhihenpidehou 5018f623a8 reformat 2023-06-19 08:47:57 +08:00
yizhihenpidehou fbb4908911 feat: add diameter、distance in Hypergraph class 2023-06-19 08:28:35 +08:00
yizhihenpidehou 94dbaeeb05 fix: reformat 2023-06-12 19:51:20 +08:00
yizhihenpidehou 7e3df2c820 feat: test for hypergraph_degree_centrality; adjacency matrix and edge adjacency matrix for hypergraph class 2023-06-12 19:49:20 +08:00
yizhihenpidehou d8fad2adb0 merge pybind11 2023-05-29 18:29:02 +08:00
Teddy Xinyuan Chen f5c459e1d9 fix py typos 2023-04-04 22:58:35 +08:00
Teddy Xinyuan Chen d8fae6d84c Merge branch 'linegraph-20230305' into hyper 2023-03-05 19:17:55 +08:00
Teddy Xinyuan Chen 93ee35bf59 get_linegraph: preserve the original hypergraph node and edge labels 2023-03-05 19:17:41 +08:00
Teddy Xinyuan Chen 1618214a1f add get_linegraph 2023-03-05 18:33:09 +08:00