32 Commits

Author SHA1 Message Date
yizhihenpidehou d24eb76528 fixed: hypergraph tests 2024-02-03 15:10:10 +08:00
yizhihenpidehou f62b969b9d feat: s_centrality-multiprocesses version/ vector centrality / hypercoreness
aydd two datasets: Yelp restaurant and coauthorship-cora and -dblp
update draw_dynamic_hypergraph
2024-02-03 13:41:59 +08:00
yizhihenpidehou 81ed6e795d fixed: fix test of hypergraph 2024-02-03 12:37:44 +08: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 ab72945354 fixed: pytest 2023-10-09 23:53:41 +08:00
yizhihenpidehou b0dd069c3d fixed: pytest 2023-10-09 23:41:03 +08:00
yizhihenpidehou b8e2288fcf fixed: get_linegraph->get_clique_expansion 2023-09-03 13:13:43 +08:00
yizhihenpidehou 8bc0a60c91 fixed: fix tests 2023-08-29 18:21:39 +08:00
yizhihenpidehou 4e972be316 fixed: remove sunflower model in simple.py 2023-08-11 20:58:41 +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 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 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 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
Teddy Xinyuan Chen d1ddd300e8 fix pytest mark 2023-03-05 23:37:02 +08:00
Teddy Xinyuan Chen 43f5aec56d add tests for get_linegraph 2023-03-05 20:54:24 +08:00
yizhihenpidehou 4097bb4a2a fix:test in test_hypergraph.py,not support some tests if python < 3.7 2022-11-16 10:37:28 +08:00
yizhihenpidehou 468e5dc1cf fix:test in test_hypergraph.py,not support some tests if python < 3.7 2022-11-16 10:00:12 +08:00
yizhihenpidehou cb17deab23 fix:pytest in localassort.py 2022-11-15 13:51:21 +08:00
yizhihenpidehou 7d944f256e feat:add model:dhcf、hgnn、hgnnp、hnhn、hypergcn、unignn 2022-11-03 14:27:56 +08:00
yizhihenpidehou a65e19ee7d fixed:torch import 2022-10-29 12:03:51 +08:00
yizhihenpidehou 293a2603da feat:add hypergraph 2022-10-29 10:45:14 +08:00
Teddy Xinyuan Chen 820738adcb Remove future import line added by isort and fix isort config 2022-07-23 01:24:54 +08:00
Teddy Xinyuan Chen 81fbe41f60 Add pre-commit config, format and lint files 2022-07-23 00:25:36 +08:00
Teddy / Xinyuan Chen ca8e90fee9 Add pre-commit config and yapf'ed all py files
To install the pre-commit hook locally, see https://pre-commit.com/
2022-04-10 19:24:35 +08:00
coreturn 21f81bda1f fix: rename para to match gensim>=4.1.2 2022-04-06 11:08:44 +08:00
coreturn cecb289189 fix: constraint install_requires 2022-04-05 21:32:32 +08:00
coreturn 60fb6e51c8 feat: support multigraph&multidigraph type 2022-03-21 20:22:36 +08:00