MCPcopy Create free account
hub / github.com/easy-graph/Easy-Graph / H_of_group

Method H_of_group

easygraph/classes/base.py:556–561  ·  view source on GitHub ↗

r"""Return the hypergraph incidence matrix in the specified hyperedge group. Args: ``group_name`` (``str``): The name of the specified hyperedge group.

(self, group_name: str)

Source from the content-addressed store, hash-verified

554 @property
555 @abc.abstractmethod
556 def H_of_group(self, group_name: str) -> torch.Tensor:
557 r"""Return the hypergraph incidence matrix in the specified hyperedge group.
558
559 Args:
560 ``group_name`` (``str``): The name of the specified hyperedge group.
561 """
562
563 @property
564 def H_v2e(self) -> torch.Tensor:

Callers 4

test_H_groupFunction · 0.45
test_L_HGNN_groupFunction · 0.45
test_L_sym_groupFunction · 0.45
test_L_rw_groupFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_H_groupFunction · 0.36
test_L_HGNN_groupFunction · 0.36
test_L_sym_groupFunction · 0.36
test_L_rw_groupFunction · 0.36