easygraph.functions.hypergraph.null_model.hypergraph_classic module# easygraph.functions.hypergraph.null_model.hypergraph_classic.complete_hypergraph(n, include_singleton=False)[source]# easygraph.functions.hypergraph.null_model.hypergraph_classic.empty_hypergraph(N=1)[source]# Parameters: Hypergraph (N number of node in) 1 (default) Return type: A eg.Hypergraph with n_num node, without any hyperedge.