ISubGVQA.sampling.methods.deterministic_scheme ============================================== .. py:module:: ISubGVQA.sampling.methods.deterministic_scheme Attributes ---------- .. autoapisummary:: ISubGVQA.sampling.methods.deterministic_scheme.LARGE_NUMBER Functions --------- .. autoapisummary:: ISubGVQA.sampling.methods.deterministic_scheme.rewire_global_directed ISubGVQA.sampling.methods.deterministic_scheme.rewire_global_undirected ISubGVQA.sampling.methods.deterministic_scheme.select_from_edge_candidates Module Contents --------------- .. py:data:: LARGE_NUMBER :value: 10000000000.0 .. py:function:: rewire_global_directed(scores: torch.Tensor, k: int, adj: torch.Tensor) .. py:function:: rewire_global_undirected(scores: torch.Tensor, k: int, adj: torch.Tensor) .. py:function:: select_from_edge_candidates(scores: torch.Tensor, k: int)