EasyGraph
Contents:
Installation
Examples of Graph Analysis
EasyHypergraph
Reference
Tutorial
Contributor Guide
License
Source Code
Honors
Developer Documentation
EasyGraph
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
A (easygraph.classes.graph.Graph property)
add_args() (easygraph.functions.graph_embedding.line.LINE static method)
add_attributes() (easygraph.readwrite.graphml.GraphMLWriter method)
add_data() (easygraph.readwrite.graphml.GraphMLWriter method)
add_edge() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.directed_multigraph.MultiDiGraph method)
(easygraph.classes.graph.Graph method)
(easygraph.classes.multigraph.MultiGraph method)
(easygraph.readwrite.graphml.GraphMLReader method)
add_edges() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
(easygraph.readwrite.graphml.GraphMLWriter method)
add_edges_from() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
(easygraph.classes.multigraph.MultiGraph method)
add_edges_from_file() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
add_extra_selfloop() (easygraph.classes.graph.Graph method)
add_graph_element() (easygraph.readwrite.graphml.GraphMLWriter method)
add_graphs() (easygraph.readwrite.graphml.GraphMLWriter method)
add_hyperedges() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
add_hyperedges_from_feature_kNN() (easygraph.classes.hypergraph.Hypergraph method)
add_hyperedges_from_graph() (easygraph.classes.hypergraph.Hypergraph method)
add_hyperedges_from_graph_kHop() (easygraph.classes.hypergraph.Hypergraph method)
add_node() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
(easygraph.readwrite.graphml.GraphMLReader method)
add_nodes() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
(easygraph.readwrite.graphml.GraphMLWriter method)
add_nodes_from() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
add_path() (in module easygraph.classes.operation)
add_weighted_edge() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
add_weighted_edges_from() (easygraph.classes.graph.Graph method)
adj (easygraph.classes.directed_graph.DiGraph property)
(easygraph.classes.graph.Graph property)
adjlist_inner_dict_factory (easygraph.classes.directed_graph.DiGraph attribute)
(easygraph.classes.graph.Graph attribute)
adjlist_outer_dict_factory (easygraph.classes.directed_graph.DiGraph attribute)
(easygraph.classes.graph.Graph attribute)
alias_draw() (in module easygraph.utils.alias)
alias_sample() (in module easygraph.utils.alias)
alias_setup() (in module easygraph.utils.alias)
all_neighbors() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
AmazonCoBuyComputerDataset (class in easygraph.datasets.gnn_benchmark)
AP_BICC() (in module easygraph.functions.structural_holes.ICC)
AP_Greedy() (in module easygraph.functions.structural_holes.AP_Greedy)
attr_type() (easygraph.readwrite.graphml.GraphMLWriter method)
average_clustering() (in module easygraph.functions.basic.cluster)
average_degree() (in module easygraph.functions.basic.avg_degree)
B
BaseHypergraph (class in easygraph.classes.base)
betweenness_centrality() (in module easygraph.functions.centrality.betweenness)
BICC() (in module easygraph.functions.structural_holes.ICC)
biconnected_components() (in module easygraph.functions.components.biconnected)
BMLPA() (in module easygraph.functions.community.LPA)
BPRLoss (class in easygraph.nn.loss)
bridges() (in module easygraph.functions.path.bridges)
build_model_from_args() (easygraph.functions.graph_embedding.line.LINE class method)
C
CENTER_GRAVITY (easygraph.functions.drawing.simulator.Simulator attribute)
cflag (easygraph.classes.directed_graph.DiGraphC attribute)
(easygraph.classes.graph.GraphC attribute)
circular_position() (in module easygraph.functions.drawing.positioning)
CitationGraphDataset (class in easygraph.datasets.citation_graph)
CiteseerGraphDataset (class in easygraph.datasets.citation_graph)
clear() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
clone() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.graph.Graph method)
(easygraph.classes.hypergraph.Hypergraph method)
closeness_centrality() (in module easygraph.functions.centrality.closeness)
clustering() (in module easygraph.functions.basic.cluster)
common_greedy() (in module easygraph.functions.structural_holes.AP_Greedy)
common_tangent_radian() (in module easygraph.functions.drawing.geometry)
complete_graph() (in module easygraph.functions.graph_generator.classic)
condensation() (in module easygraph.functions.components.strongly_connected)
connected_component_of_node() (in module easygraph.functions.components.connected)
connected_components() (in module easygraph.functions.components.connected)
connected_components_directed() (in module easygraph.functions.components.connected)
constraint() (in module easygraph.functions.structural_holes.evaluation)
convert_graph_class() (in module easygraph.utils.convert_class)
convert_node_labels_to_integers() (in module easygraph.utils.relabel)
copy() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
(easygraph.classes.multigraph.MultiGraph method)
CoraBinary (class in easygraph.datasets.citation_graph)
CoraGraphDataset (class in easygraph.datasets.citation_graph)
cpp() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
create_alias_table() (in module easygraph.utils.alias)
D
D_e (easygraph.classes.hypergraph.Hypergraph property)
D_e_neg_1 (easygraph.classes.hypergraph.Hypergraph property)
D_e_neg_1_of_group() (easygraph.classes.hypergraph.Hypergraph method)
D_e_of_group() (easygraph.classes.hypergraph.Hypergraph method)
D_v (easygraph.classes.graph.Graph property)
(easygraph.classes.hypergraph.Hypergraph property)
D_v_neg_1 (easygraph.classes.hypergraph.Hypergraph property)
D_v_neg_1_2 (easygraph.classes.graph.Graph property)
(easygraph.classes.hypergraph.Hypergraph property)
D_v_neg_1_2_of_group() (easygraph.classes.hypergraph.Hypergraph method)
D_v_neg_1_of_group() (easygraph.classes.hypergraph.Hypergraph method)
D_v_of_group() (easygraph.classes.hypergraph.Hypergraph method)
Dataload (class in easygraph.functions.graph_embedding.sdne)
decode_data_elements() (easygraph.readwrite.graphml.GraphMLReader method)
deepwalk() (in module easygraph.functions.graph_embedding.deepwalk)
default_bipartite_size() (in module easygraph.functions.drawing.defaults)
default_bipartite_strength() (in module easygraph.functions.drawing.defaults)
default_bipartite_style() (in module easygraph.functions.drawing.defaults)
default_hypergraph_strength() (in module easygraph.functions.drawing.defaults)
default_hypergraph_style() (in module easygraph.functions.drawing.defaults)
default_size() (in module easygraph.functions.drawing.defaults)
default_strength() (in module easygraph.functions.drawing.defaults)
default_style() (in module easygraph.functions.drawing.defaults)
deg_e (easygraph.classes.hypergraph.Hypergraph property)
deg_e_of_group() (easygraph.classes.hypergraph.Hypergraph method)
deg_v (easygraph.classes.hypergraph.Hypergraph property)
deg_v_of_group() (easygraph.classes.hypergraph.Hypergraph method)
degree (easygraph.classes.directed_multigraph.MultiDiGraph property)
(easygraph.classes.multigraph.MultiGraph property)
degree() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
degree_centrality() (in module easygraph.functions.centrality.degree)
density() (in module easygraph.classes.operation)
DHCF (class in easygraph.model.hypergraphs.dhcf)
DiGraph (class in easygraph.classes.directed_graph)
DiGraphC (class in easygraph.classes.directed_graph)
Dijkstra() (in module easygraph.functions.path.path)
download() (in module easygraph.datasets.utils)
draw() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
draw_circle_edge() (in module easygraph.functions.drawing.utils)
draw_hypergraph() (in module easygraph.functions.drawing.drawing)
draw_kamada_kawai() (in module easygraph.functions.drawing.drawing)
draw_line_edge() (in module easygraph.functions.drawing.utils)
draw_SHS_center() (in module easygraph.functions.drawing.drawing)
draw_SHS_center_kk() (in module easygraph.functions.drawing.drawing)
draw_vertex() (in module easygraph.functions.drawing.utils)
drop_hyperedges() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
drop_hyperedges_of_group() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
dump() (easygraph.readwrite.graphml.GraphMLWriter method)
E
e (easygraph.classes.base.BaseHypergraph property)
(easygraph.classes.graph.Graph property)
(easygraph.classes.hypergraph.Hypergraph property)
e2v() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
e2v_aggregation() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
e2v_aggregation_of_group() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
e2v_dst (easygraph.classes.hypergraph.Hypergraph property)
e2v_dst_of_group() (easygraph.classes.hypergraph.Hypergraph method)
e2v_of_group() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
e2v_src (easygraph.classes.hypergraph.Hypergraph property)
e2v_src_of_group() (easygraph.classes.hypergraph.Hypergraph method)
e2v_update() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
e2v_update_of_group() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
e2v_weight (easygraph.classes.hypergraph.Hypergraph property)
e2v_weight_of_group() (easygraph.classes.hypergraph.Hypergraph method)
e_both_side (easygraph.classes.graph.Graph property)
e_of_group() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
easygraph.classes
module
easygraph.classes.base
module
easygraph.classes.directed_graph
module
easygraph.classes.directed_multigraph
module
easygraph.classes.graph
module
easygraph.classes.graphviews
module
easygraph.classes.hypergraph
module
easygraph.classes.multigraph
module
easygraph.classes.operation
module
easygraph.convert
module
easygraph.datapipe
module
easygraph.datasets
module
easygraph.datasets.citation_graph
module
easygraph.datasets.get_sample_graph
module
easygraph.datasets.gnn_benchmark
module
easygraph.datasets.karate
module
easygraph.datasets.ppi
module
easygraph.datasets.utils
module
easygraph.exception
module
easygraph.experiments
module
easygraph.functions
module
easygraph.functions.basic
module
easygraph.functions.basic.avg_degree
module
easygraph.functions.basic.cluster
module
easygraph.functions.basic.localassort
module
easygraph.functions.centrality
module
easygraph.functions.centrality.betweenness
module
easygraph.functions.centrality.closeness
module
easygraph.functions.centrality.degree
module
easygraph.functions.centrality.ego_betweenness
module
easygraph.functions.centrality.flowbetweenness
module
easygraph.functions.centrality.laplacian
module
easygraph.functions.centrality.pagerank
module
easygraph.functions.community
module
easygraph.functions.community.LPA
module
easygraph.functions.community.modularity
module
easygraph.functions.community.modularity_max_detection
module
easygraph.functions.community.motif
module
easygraph.functions.components
module
easygraph.functions.components.biconnected
module
easygraph.functions.components.connected
module
easygraph.functions.components.strongly_connected
module
easygraph.functions.components.weakly_connected
module
easygraph.functions.core
module
easygraph.functions.core.k_core
module
easygraph.functions.drawing
module
easygraph.functions.drawing.defaults
module
easygraph.functions.drawing.drawing
module
easygraph.functions.drawing.geometry
module
easygraph.functions.drawing.layout
module
easygraph.functions.drawing.plot
module
easygraph.functions.drawing.positioning
module
easygraph.functions.drawing.simulator
module
easygraph.functions.drawing.utils
module
easygraph.functions.graph_embedding
module
easygraph.functions.graph_embedding.deepwalk
module
easygraph.functions.graph_embedding.line
module
easygraph.functions.graph_embedding.NOBE
module
easygraph.functions.graph_embedding.node2vec
module
easygraph.functions.graph_embedding.sdne
module
easygraph.functions.graph_generator
module
easygraph.functions.graph_generator.classic
module
easygraph.functions.graph_generator.RandomNetwork
module
easygraph.functions.isolate
module
easygraph.functions.path
module
easygraph.functions.path.bridges
module
easygraph.functions.path.mst
module
easygraph.functions.path.path
module
easygraph.functions.structural_holes
module
easygraph.functions.structural_holes.AP_Greedy
module
easygraph.functions.structural_holes.evaluation
module
easygraph.functions.structural_holes.HAM
module
easygraph.functions.structural_holes.HIS
module
easygraph.functions.structural_holes.ICC
module
easygraph.functions.structural_holes.maxBlock
module
easygraph.functions.structural_holes.MaxD
module
easygraph.functions.structural_holes.metrics
module
easygraph.functions.structural_holes.NOBE
module
easygraph.functions.structural_holes.SHII_metric
module
easygraph.functions.structural_holes.weakTie
module
easygraph.ml_metrics
module
easygraph.model
module
easygraph.model.hypergraphs
module
easygraph.model.hypergraphs.dhcf
module
easygraph.model.hypergraphs.hgnn
module
easygraph.model.hypergraphs.hgnnp
module
easygraph.model.hypergraphs.hnhn
module
easygraph.model.hypergraphs.hypergcn
module
easygraph.model.hypergraphs.unignn
module
easygraph.nn
module
easygraph.nn.convs
module
easygraph.nn.convs.common
module
easygraph.nn.convs.hypergraphs
module
easygraph.nn.convs.hypergraphs.dhcf_conv
module
easygraph.nn.convs.hypergraphs.hgnn_conv
module
easygraph.nn.convs.hypergraphs.hgnnp_conv
module
easygraph.nn.convs.hypergraphs.hnhn_conv
module
easygraph.nn.convs.hypergraphs.hypergcn_conv
module
easygraph.nn.convs.hypergraphs.unignn_conv
module
easygraph.nn.loss
module
easygraph.nn.regularization
module
easygraph.readwrite
module
easygraph.readwrite.edgelist
module
easygraph.readwrite.gexf
module
easygraph.readwrite.gml
module
easygraph.readwrite.graphml
module
easygraph.readwrite.graphviz
module
easygraph.readwrite.json_graph
module
easygraph.readwrite.json_graph.node_link
module
easygraph.readwrite.pajek
module
easygraph.readwrite.pickle
module
easygraph.readwrite.ucinet
module
easygraph.utils
module
easygraph.utils.alias
module
easygraph.utils.convert_class
module
easygraph.utils.convert_to_matrix
module
easygraph.utils.decorators
module
easygraph.utils.exception
module
easygraph.utils.index_of_node
module
easygraph.utils.mapped_queue
module
easygraph.utils.misc
module
easygraph.utils.relabel
module
easygraph.utils.sparse
module
easygraph.utils.type_change
module
EasyGraphError
,
[1]
EasyGraphException
,
[1]
EasyGraphNotImplemented
,
[1]
EasyGraphPointlessConcept
,
[1]
edge_attr_dict_factory (easygraph.classes.directed_graph.DiGraph attribute)
(easygraph.classes.graph.Graph attribute)
edge_key_dict_factory (easygraph.classes.directed_multigraph.MultiDiGraph attribute)
(easygraph.classes.multigraph.MultiGraph attribute)
edge_list_to_incidence_matrix() (in module easygraph.functions.drawing.utils)
EDGE_REPULSION (easygraph.functions.drawing.simulator.Simulator attribute)
edges (easygraph.classes.directed_graph.DiGraph property)
(easygraph.classes.directed_multigraph.MultiDiGraph property)
(easygraph.classes.graph.Graph property)
(easygraph.classes.multigraph.MultiGraph property)
edges_equal() (in module easygraph.utils.misc)
effective_size() (in module easygraph.functions.structural_holes.evaluation)
efficiency() (in module easygraph.functions.structural_holes.evaluation)
ego_betweenness() (in module easygraph.functions.centrality.ego_betweenness)
ego_subgraph() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
EmbeddingRegularization (class in easygraph.nn.regularization)
empty_graph() (in module easygraph.functions.graph_generator.classic)
enumerate_subgraph() (in module easygraph.functions.community.motif)
erdos_renyi_M() (in module easygraph.functions.graph_generator.RandomNetwork)
erdos_renyi_P() (in module easygraph.functions.graph_generator.RandomNetwork)
extract_archive() (in module easygraph.datasets.utils)
F
fast_erdos_renyi_P() (in module easygraph.functions.graph_generator.RandomNetwork)
features (easygraph.datasets.ppi.PPIDataset attribute)
fill_color() (in module easygraph.functions.drawing.defaults)
fill_sizes() (in module easygraph.functions.drawing.defaults)
fill_strength() (in module easygraph.functions.drawing.defaults)
find_graphml_keys() (easygraph.readwrite.graphml.GraphMLReader method)
flowbetweenness_centrality() (in module easygraph.functions.centrality.flowbetweenness)
Floyd() (in module easygraph.functions.path.path)
force_layout() (in module easygraph.functions.drawing.layout)
forward() (easygraph.functions.graph_embedding.line.LINE method)
(easygraph.functions.graph_embedding.sdne.SDNE method)
(easygraph.model.hypergraphs.dhcf.DHCF method)
(easygraph.model.hypergraphs.hgnn.HGNN method)
(easygraph.model.hypergraphs.hgnnp.HGNNP method)
(easygraph.model.hypergraphs.hnhn.HNHN method)
(easygraph.model.hypergraphs.hypergcn.HyperGCN method)
(easygraph.model.hypergraphs.unignn.UniGAT method)
(easygraph.model.hypergraphs.unignn.UniGCN method)
(easygraph.model.hypergraphs.unignn.UniGIN method)
(easygraph.model.hypergraphs.unignn.UniSAGE method)
(easygraph.nn.convs.common.MultiHeadWrapper method)
(easygraph.nn.convs.hypergraphs.dhcf_conv.JHConv method)
(easygraph.nn.convs.hypergraphs.hgnn_conv.HGNNConv method)
(easygraph.nn.convs.hypergraphs.hgnnp_conv.HGNNPConv method)
(easygraph.nn.convs.hypergraphs.hnhn_conv.HNHNConv method)
(easygraph.nn.convs.hypergraphs.hypergcn_conv.HyperGCNConv method)
(easygraph.nn.convs.hypergraphs.unignn_conv.UniGATConv method)
(easygraph.nn.convs.hypergraphs.unignn_conv.UniGCNConv method)
(easygraph.nn.convs.hypergraphs.unignn_conv.UniGINConv method)
(easygraph.nn.convs.hypergraphs.unignn_conv.UniSAGEConv method)
(easygraph.nn.loss.BPRLoss method)
(easygraph.nn.regularization.EmbeddingRegularization method)
from_agraph() (in module easygraph.readwrite.graphviz)
from_dgl() (in module easygraph.convert)
from_dict_of_dicts() (in module easygraph.convert)
from_dict_of_lists() (in module easygraph.convert)
from_edgelist() (in module easygraph.convert)
from_feature_kNN() (easygraph.classes.hypergraph.Hypergraph static method)
from_graph() (easygraph.classes.hypergraph.Hypergraph static method)
from_graph_kHop() (easygraph.classes.hypergraph.Hypergraph static method)
from_hypergraph_hypergcn() (easygraph.classes.graph.Graph static method)
from_networkx() (in module easygraph.convert)
from_numpy_array() (in module easygraph.utils.convert_to_matrix)
from_pandas_adjacency() (in module easygraph.utils.convert_to_matrix)
from_pandas_edgelist() (in module easygraph.utils.convert_to_matrix)
from_pyg() (in module easygraph.convert)
from_pyGraphviz_agraph() (in module easygraph.utils.type_change)
from_scipy_sparse_matrix() (in module easygraph.utils.convert_to_matrix)
from_state_dict() (easygraph.classes.base.BaseHypergraph static method)
(easygraph.classes.hypergraph.Hypergraph static method)
G
generate_edgelist() (in module easygraph.readwrite.edgelist)
generate_gexf() (in module easygraph.readwrite.gexf)
generate_gml() (in module easygraph.readwrite.gml)
generate_graphml() (in module easygraph.readwrite.graphml)
generate_mask_tensor() (in module easygraph.datasets.utils)
generate_pajek() (in module easygraph.readwrite.pajek)
generate_ucinet() (in module easygraph.readwrite.ucinet)
generator_articulation_points() (in module easygraph.functions.components.biconnected)
generator_biconnected_components_edges() (in module easygraph.functions.components.biconnected)
generator_biconnected_components_nodes() (in module easygraph.functions.components.biconnected)
get_adj() (in module easygraph.functions.graph_embedding.sdne)
get_download_dir() (in module easygraph.datasets.utils)
get_edge_data() (easygraph.classes.multigraph.MultiGraph method)
get_graph_blogcatalog() (in module easygraph.datasets.get_sample_graph)
get_graph_flickr() (in module easygraph.datasets.get_sample_graph)
get_graph_karateclub() (in module easygraph.datasets.get_sample_graph)
get_graph_youtube() (in module easygraph.datasets.get_sample_graph)
get_key() (easygraph.readwrite.graphml.GraphMLWriter method)
get_relation_of_index_and_node() (in module easygraph.utils.index_of_node)
get_structural_holes_HAM() (in module easygraph.functions.structural_holes.HAM)
get_structural_holes_HIS() (in module easygraph.functions.structural_holes.HIS)
get_structural_holes_MaxD() (in module easygraph.functions.structural_holes.MaxD)
gnn_data_dict_factory (easygraph.classes.directed_graph.DiGraph attribute)
(easygraph.classes.graph.Graph attribute)
Graph (class in easygraph.classes.graph)
graph_attr_dict_factory (easygraph.classes.directed_graph.DiGraph attribute)
(easygraph.classes.graph.Graph attribute)
GraphC (class in easygraph.classes.graph)
GraphMLReader (class in easygraph.readwrite.graphml)
GraphMLWriter (class in easygraph.readwrite.graphml)
graphs_equal() (in module easygraph.utils.misc)
greedy_modularity_communities() (in module easygraph.functions.community.modularity_max_detection)
group_names (easygraph.classes.base.BaseHypergraph property)
(easygraph.classes.hypergraph.Hypergraph property)
H
H (easygraph.classes.base.BaseHypergraph property)
(easygraph.classes.hypergraph.Hypergraph property)
H_e2v (easygraph.classes.base.BaseHypergraph property)
H_e2v_of_group() (easygraph.classes.base.BaseHypergraph method)
H_of_group (easygraph.classes.base.BaseHypergraph property)
H_of_group() (easygraph.classes.hypergraph.Hypergraph method)
H_T (easygraph.classes.hypergraph.Hypergraph property)
H_T_of_group() (easygraph.classes.hypergraph.Hypergraph method)
H_v2e (easygraph.classes.base.BaseHypergraph property)
H_v2e_of_group() (easygraph.classes.base.BaseHypergraph method)
HANP() (in module easygraph.functions.community.LPA)
has_bridges() (in module easygraph.functions.path.bridges)
has_cache() (easygraph.datasets.citation_graph.CitationGraphDataset method)
(easygraph.datasets.citation_graph.CoraBinary method)
(easygraph.datasets.ppi.PPIDataset method)
has_edge() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
(easygraph.classes.multigraph.MultiGraph method)
has_node() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
HGNN (class in easygraph.model.hypergraphs.hgnn)
HGNNConv (class in easygraph.nn.convs.hypergraphs.hgnn_conv)
HGNNP (class in easygraph.model.hypergraphs.hgnnp)
HGNNPConv (class in easygraph.nn.convs.hypergraphs.hgnnp_conv)
hierarchy() (in module easygraph.functions.structural_holes.evaluation)
HNHN (class in easygraph.model.hypergraphs.hnhn)
HNHNConv (class in easygraph.nn.convs.hypergraphs.hnhn_conv)
hull_layout() (in module easygraph.functions.drawing.utils)
hybrid() (in module easygraph.utils.decorators)
HyperGCN (class in easygraph.model.hypergraphs.hypergcn)
HyperGCNConv (class in easygraph.nn.convs.hypergraphs.hypergcn_conv)
Hypergraph (class in easygraph.classes.hypergraph)
I
ICC() (in module easygraph.functions.structural_holes.ICC)
in_degree (easygraph.classes.directed_multigraph.MultiDiGraph property)
in_degree() (easygraph.classes.directed_graph.DiGraph method)
in_degree_centrality() (in module easygraph.functions.centrality.degree)
in_edges (easygraph.classes.directed_multigraph.MultiDiGraph property)
indent() (easygraph.readwrite.graphml.GraphMLWriter method)
init_pos() (in module easygraph.functions.drawing.utils)
is_biconnected() (in module easygraph.functions.components.biconnected)
is_connected() (in module easygraph.functions.components.connected)
is_directed() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.directed_multigraph.MultiDiGraph method)
(easygraph.classes.graph.Graph method)
(easygraph.classes.multigraph.MultiGraph method)
is_isolate() (in module easygraph.functions.isolate)
is_multigraph() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.directed_multigraph.MultiDiGraph method)
(easygraph.classes.graph.Graph method)
(easygraph.classes.multigraph.MultiGraph method)
is_strongly_connected() (in module easygraph.functions.components.strongly_connected)
is_weakly_connected() (in module easygraph.functions.components.weakly_connected)
isolates() (in module easygraph.functions.isolate)
J
JHConv (class in easygraph.nn.convs.hypergraphs.dhcf_conv)
K
k_core() (in module easygraph.functions.core.k_core)
kamada_kawai_layout() (in module easygraph.functions.drawing.positioning)
KarateClubDataset (class in easygraph.datasets.karate)
Kruskal() (in module easygraph.functions.path.path)
L
L_GCN (easygraph.classes.graph.Graph property)
L_HGNN (easygraph.classes.hypergraph.Hypergraph property)
L_HGNN_of_group() (easygraph.classes.hypergraph.Hypergraph method)
L_rw (easygraph.classes.hypergraph.Hypergraph property)
L_rw_of_group() (easygraph.classes.hypergraph.Hypergraph method)
L_sym (easygraph.classes.hypergraph.Hypergraph property)
L_sym_of_group() (easygraph.classes.hypergraph.Hypergraph method)
labels (easygraph.datasets.ppi.PPIDataset attribute)
laplacian() (in module easygraph.functions.centrality.laplacian)
LegacyPPIDataset (class in easygraph.datasets.ppi)
LINE (class in easygraph.functions.graph_embedding.line)
load() (easygraph.classes.base.BaseHypergraph static method)
(easygraph.classes.hypergraph.Hypergraph static method)
load_citeseer() (in module easygraph.datasets.citation_graph)
load_cora() (in module easygraph.datasets.citation_graph)
load_pubmed() (in module easygraph.datasets.citation_graph)
load_structure() (in module easygraph.classes.base)
localAssort() (in module easygraph.functions.basic.localassort)
LPA() (in module easygraph.functions.community.LPA)
M
make_graph() (easygraph.readwrite.graphml.GraphMLReader method)
makedirs() (in module easygraph.datasets.utils)
MappedQueue (class in easygraph.utils.mapped_queue)
maxBlock() (in module easygraph.functions.structural_holes.maxBlock)
maxBlockFast() (in module easygraph.functions.structural_holes.maxBlock)
maximum_spanning_edges() (in module easygraph.functions.path.mst)
maximum_spanning_tree() (in module easygraph.functions.path.mst)
minimum_spanning_edges() (in module easygraph.functions.path.mst)
minimum_spanning_tree() (in module easygraph.functions.path.mst)
modularity() (in module easygraph.functions.community.modularity)
module
easygraph.classes
easygraph.classes.base
easygraph.classes.directed_graph
easygraph.classes.directed_multigraph
easygraph.classes.graph
easygraph.classes.graphviews
easygraph.classes.hypergraph
easygraph.classes.multigraph
easygraph.classes.operation
easygraph.convert
easygraph.datapipe
easygraph.datasets
easygraph.datasets.citation_graph
easygraph.datasets.get_sample_graph
easygraph.datasets.gnn_benchmark
easygraph.datasets.karate
easygraph.datasets.ppi
easygraph.datasets.utils
easygraph.exception
easygraph.experiments
easygraph.functions
easygraph.functions.basic
easygraph.functions.basic.avg_degree
easygraph.functions.basic.cluster
easygraph.functions.basic.localassort
easygraph.functions.centrality
easygraph.functions.centrality.betweenness
easygraph.functions.centrality.closeness
easygraph.functions.centrality.degree
easygraph.functions.centrality.ego_betweenness
easygraph.functions.centrality.flowbetweenness
easygraph.functions.centrality.laplacian
easygraph.functions.centrality.pagerank
easygraph.functions.community
easygraph.functions.community.LPA
easygraph.functions.community.modularity
easygraph.functions.community.modularity_max_detection
easygraph.functions.community.motif
easygraph.functions.components
easygraph.functions.components.biconnected
easygraph.functions.components.connected
easygraph.functions.components.strongly_connected
easygraph.functions.components.weakly_connected
easygraph.functions.core
easygraph.functions.core.k_core
easygraph.functions.drawing
easygraph.functions.drawing.defaults
easygraph.functions.drawing.drawing
easygraph.functions.drawing.geometry
easygraph.functions.drawing.layout
easygraph.functions.drawing.plot
easygraph.functions.drawing.positioning
easygraph.functions.drawing.simulator
easygraph.functions.drawing.utils
easygraph.functions.graph_embedding
easygraph.functions.graph_embedding.deepwalk
easygraph.functions.graph_embedding.line
easygraph.functions.graph_embedding.NOBE
easygraph.functions.graph_embedding.node2vec
easygraph.functions.graph_embedding.sdne
easygraph.functions.graph_generator
easygraph.functions.graph_generator.classic
easygraph.functions.graph_generator.RandomNetwork
easygraph.functions.isolate
easygraph.functions.path
easygraph.functions.path.bridges
easygraph.functions.path.mst
easygraph.functions.path.path
easygraph.functions.structural_holes
easygraph.functions.structural_holes.AP_Greedy
easygraph.functions.structural_holes.evaluation
easygraph.functions.structural_holes.HAM
easygraph.functions.structural_holes.HIS
easygraph.functions.structural_holes.ICC
easygraph.functions.structural_holes.maxBlock
easygraph.functions.structural_holes.MaxD
easygraph.functions.structural_holes.metrics
easygraph.functions.structural_holes.NOBE
easygraph.functions.structural_holes.SHII_metric
easygraph.functions.structural_holes.weakTie
easygraph.ml_metrics
easygraph.model
easygraph.model.hypergraphs
easygraph.model.hypergraphs.dhcf
easygraph.model.hypergraphs.hgnn
easygraph.model.hypergraphs.hgnnp
easygraph.model.hypergraphs.hnhn
easygraph.model.hypergraphs.hypergcn
easygraph.model.hypergraphs.unignn
easygraph.nn
easygraph.nn.convs
easygraph.nn.convs.common
easygraph.nn.convs.hypergraphs
easygraph.nn.convs.hypergraphs.dhcf_conv
easygraph.nn.convs.hypergraphs.hgnn_conv
easygraph.nn.convs.hypergraphs.hgnnp_conv
easygraph.nn.convs.hypergraphs.hnhn_conv
easygraph.nn.convs.hypergraphs.hypergcn_conv
easygraph.nn.convs.hypergraphs.unignn_conv
easygraph.nn.loss
easygraph.nn.regularization
easygraph.readwrite
easygraph.readwrite.edgelist
easygraph.readwrite.gexf
easygraph.readwrite.gml
easygraph.readwrite.graphml
easygraph.readwrite.graphviz
easygraph.readwrite.json_graph
easygraph.readwrite.json_graph.node_link
easygraph.readwrite.pajek
easygraph.readwrite.pickle
easygraph.readwrite.ucinet
easygraph.utils
easygraph.utils.alias
easygraph.utils.convert_class
easygraph.utils.convert_to_matrix
easygraph.utils.decorators
easygraph.utils.exception
easygraph.utils.index_of_node
easygraph.utils.mapped_queue
easygraph.utils.misc
easygraph.utils.relabel
easygraph.utils.sparse
easygraph.utils.type_change
multi_source_dijkstra() (in module easygraph.functions.path.path)
MultiDiGraph (class in easygraph.classes.directed_multigraph)
MultiGraph (class in easygraph.classes.multigraph)
MultiHeadWrapper (class in easygraph.nn.convs.common)
N
N_e() (easygraph.classes.hypergraph.Hypergraph method)
N_e_of_group() (easygraph.classes.hypergraph.Hypergraph method)
N_v() (easygraph.classes.graph.Graph method)
(easygraph.classes.hypergraph.Hypergraph method)
N_v_of_group() (easygraph.classes.hypergraph.Hypergraph method)
name (easygraph.classes.directed_graph.DiGraph property)
(easygraph.classes.graph.Graph property)
nbr_e() (easygraph.classes.hypergraph.Hypergraph method)
nbr_e_of_group() (easygraph.classes.hypergraph.Hypergraph method)
nbr_v() (easygraph.classes.graph.Graph method)
(easygraph.classes.hypergraph.Hypergraph method)
nbr_v_of_group() (easygraph.classes.hypergraph.Hypergraph method)
nbunch_iter() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
ndata (easygraph.classes.directed_graph.DiGraph property)
(easygraph.classes.graph.Graph property)
neighbors() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
new_edge_key() (easygraph.classes.multigraph.MultiGraph method)
NOBE() (in module easygraph.functions.graph_embedding.NOBE)
NOBE_GA() (in module easygraph.functions.graph_embedding.NOBE)
NOBE_GA_SH() (in module easygraph.functions.structural_holes.NOBE)
NOBE_SH() (in module easygraph.functions.structural_holes.NOBE)
node2index (easygraph.classes.graph.Graph property)
node2vec() (in module easygraph.functions.graph_embedding.node2vec)
node_attr_dict_factory (easygraph.classes.directed_graph.DiGraph attribute)
(easygraph.classes.graph.Graph attribute)
NODE_ATTRACTION (easygraph.functions.drawing.simulator.Simulator attribute)
node_dict_factory (easygraph.classes.directed_graph.DiGraph attribute)
(easygraph.classes.graph.Graph attribute)
node_index (easygraph.classes.graph.Graph property)
node_index_dict (easygraph.classes.graph.Graph attribute)
node_link_graph() (in module easygraph.readwrite.json_graph.node_link)
NODE_REPULSION (easygraph.functions.drawing.simulator.Simulator attribute)
NodeParams (class in easygraph.functions.structural_holes.SHII_metric)
nodes (easygraph.classes.directed_graph.DiGraph property)
(easygraph.classes.graph.Graph property)
nodes_equal() (in module easygraph.utils.misc)
nodes_of_max_cc_without_shs() (in module easygraph.functions.structural_holes.metrics)
nodes_or_number() (in module easygraph.utils.decorators)
nodes_subgraph() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
not_implemented_for() (in module easygraph.utils.decorators)
num_classes (easygraph.datasets.citation_graph.CitationGraphDataset property)
(easygraph.datasets.citation_graph.CiteseerGraphDataset attribute)
(easygraph.datasets.citation_graph.CoraGraphDataset attribute)
(easygraph.datasets.citation_graph.PubmedGraphDataset attribute)
(easygraph.datasets.gnn_benchmark.AmazonCoBuyComputerDataset attribute)
(easygraph.datasets.gnn_benchmark.AmazonCoBuyComputerDataset property)
(easygraph.datasets.karate.KarateClubDataset attribute)
(easygraph.datasets.karate.KarateClubDataset property)
num_e (easygraph.classes.base.BaseHypergraph property)
(easygraph.classes.hypergraph.Hypergraph property)
num_e_of_group() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
num_groups (easygraph.classes.base.BaseHypergraph property)
(easygraph.classes.hypergraph.Hypergraph property)
num_labels (easygraph.datasets.citation_graph.CitationGraphDataset property)
(easygraph.datasets.ppi.PPIDataset attribute)
(easygraph.datasets.ppi.PPIDataset property)
num_v (easygraph.classes.base.BaseHypergraph property)
(easygraph.classes.hypergraph.Hypergraph property)
number_connected_components() (in module easygraph.functions.components.connected)
number_of_edges() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
(easygraph.classes.multigraph.MultiGraph method)
number_of_isolates() (in module easygraph.functions.isolate)
number_of_nodes() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
number_of_selfloops() (in module easygraph.classes.operation)
number_strongly_connected_components() (in module easygraph.functions.components.strongly_connected)
number_weakly_connected_components() (in module easygraph.functions.components.weakly_connected)
O
only_implemented_for_Directed_graph() (in module easygraph.utils.decorators)
only_implemented_for_UnDirected_graph() (in module easygraph.utils.decorators)
open_file() (in module easygraph.utils.decorators)
order() (easygraph.classes.graph.Graph method)
out_degree (easygraph.classes.directed_multigraph.MultiDiGraph property)
out_degree() (easygraph.classes.directed_graph.DiGraph method)
out_degree_centrality() (in module easygraph.functions.centrality.degree)
out_edges (easygraph.classes.directed_multigraph.MultiDiGraph property)
P
pagerank() (in module easygraph.functions.centrality.pagerank)
pairwise() (in module easygraph.utils.misc)
parse_args() (in module easygraph.functions.graph_embedding.sdne)
parse_edgelist() (in module easygraph.readwrite.edgelist)
parse_gml() (in module easygraph.readwrite.gml)
parse_graphml() (in module easygraph.readwrite.graphml)
parse_pajek() (in module easygraph.readwrite.pajek)
parse_ucinet() (in module easygraph.readwrite.ucinet)
path_graph() (in module easygraph.functions.graph_generator.classic)
plot_Betweenness_Centrality() (in module easygraph.functions.drawing.plot)
plot_Connected_Communities() (in module easygraph.functions.drawing.plot)
plot_Followers() (in module easygraph.functions.drawing.plot)
plot_Neighborhood_Followers() (in module easygraph.functions.drawing.plot)
polar_position() (in module easygraph.functions.drawing.geometry)
pop() (easygraph.utils.mapped_queue.MappedQueue method)
PPIDataset (class in easygraph.datasets.ppi)
pred (easygraph.classes.directed_graph.DiGraph property)
predecessors() (easygraph.classes.directed_graph.DiGraph method)
Prim() (in module easygraph.functions.path.path)
process() (easygraph.datasets.citation_graph.CitationGraphDataset method)
(easygraph.datasets.citation_graph.CoraBinary method)
(easygraph.datasets.karate.KarateClubDataset method)
(easygraph.datasets.ppi.PPIDataset method)
PubmedGraphDataset (class in easygraph.datasets.citation_graph)
push() (easygraph.utils.mapped_queue.MappedQueue method)
R
R_e2v (easygraph.classes.base.BaseHypergraph property)
R_e2v_of_group() (easygraph.classes.base.BaseHypergraph method)
R_v2e (easygraph.classes.base.BaseHypergraph property)
R_v2e_of_group() (easygraph.classes.base.BaseHypergraph method)
rad_2_deg() (in module easygraph.functions.drawing.geometry)
radian_from_atan() (in module easygraph.functions.drawing.geometry)
random_enumerate_subgraph() (in module easygraph.functions.community.motif)
random_position() (in module easygraph.functions.drawing.positioning)
raw_selfloop_dict (easygraph.classes.graph.Graph attribute)
read_dot() (in module easygraph.readwrite.graphviz)
read_edgelist() (in module easygraph.readwrite.edgelist)
read_gexf() (in module easygraph.readwrite.gexf)
read_gml() (in module easygraph.readwrite.gml)
read_graphml() (in module easygraph.readwrite.graphml)
read_pajek() (in module easygraph.readwrite.pajek)
read_pickle() (in module easygraph.readwrite.pickle)
read_ucinet() (in module easygraph.readwrite.ucinet)
read_weighted_edgelist() (in module easygraph.readwrite.edgelist)
relabel_gexf_graph() (in module easygraph.readwrite.gexf)
relabel_nodes() (in module easygraph.utils.relabel)
remove() (easygraph.utils.mapped_queue.MappedQueue method)
remove_edge() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.directed_multigraph.MultiDiGraph method)
(easygraph.classes.graph.Graph method)
(easygraph.classes.multigraph.MultiGraph method)
remove_edges() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
remove_edges_from() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.multigraph.MultiGraph method)
remove_extra_selfloop() (easygraph.classes.graph.Graph method)
remove_group() (easygraph.classes.hypergraph.Hypergraph method)
remove_hyperedges() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
remove_node() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
remove_nodes() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
remove_nodes_from() (easygraph.classes.graph.Graph method)
remove_selfloop() (easygraph.classes.graph.Graph method)
rescale_position() (in module easygraph.functions.drawing.positioning)
reset_parameters() (easygraph.model.hypergraphs.dhcf.DHCF method)
retry_method_with_fix() (in module easygraph.utils.decorators)
reverse() (easygraph.classes.directed_multigraph.MultiDiGraph method)
reverse_edge (easygraph.datasets.citation_graph.CitationGraphDataset property)
reverse_view() (in module easygraph.classes.graphviews)
S
safe_div() (in module easygraph.functions.drawing.utils)
save() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
(easygraph.datasets.ppi.PPIDataset method)
save_name (easygraph.datasets.citation_graph.CitationGraphDataset property)
(easygraph.datasets.citation_graph.CoraBinary property)
savector() (easygraph.functions.graph_embedding.sdne.SDNE method)
SDNE (class in easygraph.functions.graph_embedding.sdne)
selfloop_edges() (in module easygraph.classes.operation)
set_edge_attributes() (in module easygraph.classes.operation)
set_node_attributes() (in module easygraph.classes.operation)
shell_position() (in module easygraph.functions.drawing.positioning)
simulate() (easygraph.functions.drawing.simulator.Simulator method)
Simulator (class in easygraph.functions.drawing.simulator)
single_source_bfs() (in module easygraph.functions.path.path)
single_source_dijkstra() (in module easygraph.functions.path.path)
size() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
SLPA() (in module easygraph.functions.community.LPA)
smoothing() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
smoothing_with_GCN() (easygraph.classes.graph.Graph method)
smoothing_with_HGNN() (easygraph.classes.hypergraph.Hypergraph method)
smoothing_with_HGNN_of_group() (easygraph.classes.hypergraph.Hypergraph method)
sparse_dropout() (in module easygraph.utils.sparse)
Spfa() (in module easygraph.functions.path.path)
split() (in module easygraph.utils.misc)
split_len() (in module easygraph.utils.misc)
state_dict (easygraph.classes.base.BaseHypergraph property)
(easygraph.classes.hypergraph.Hypergraph property)
strongly_connected_components() (in module easygraph.functions.components.strongly_connected)
structural_hole_influence_index() (in module easygraph.functions.structural_holes.metrics)
(in module easygraph.functions.structural_holes.SHII_metric)
successors() (easygraph.classes.directed_graph.DiGraph method)
sum_of_shortest_paths() (in module easygraph.functions.structural_holes.metrics)
T
to() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
to_agraph() (in module easygraph.readwrite.graphviz)
to_dgl() (in module easygraph.convert)
to_directed() (easygraph.classes.graph.Graph method)
(easygraph.classes.multigraph.MultiGraph method)
to_directed_class() (easygraph.classes.graph.Graph method)
to_easygraph_graph() (in module easygraph.convert)
to_index_node_graph() (easygraph.classes.directed_graph.DiGraph method)
(easygraph.classes.graph.Graph method)
to_networkx() (in module easygraph.convert)
to_numpy_array() (in module easygraph.utils.convert_to_matrix)
to_numpy_matrix() (in module easygraph.utils.convert_to_matrix)
to_pyg() (in module easygraph.convert)
to_pyGraphviz_agraph() (in module easygraph.utils.type_change)
to_scipy_sparse_array() (in module easygraph.utils.convert_to_matrix)
to_scipy_sparse_matrix() (in module easygraph.utils.convert_to_matrix)
to_undirected() (easygraph.classes.directed_multigraph.MultiDiGraph method)
topological_sort() (in module easygraph.classes.operation)
train() (easygraph.functions.graph_embedding.sdne.SDNE method)
training (easygraph.functions.graph_embedding.line.LINE attribute)
(easygraph.functions.graph_embedding.sdne.SDNE attribute)
(easygraph.model.hypergraphs.dhcf.DHCF attribute)
(easygraph.model.hypergraphs.hgnn.HGNN attribute)
(easygraph.model.hypergraphs.hgnnp.HGNNP attribute)
(easygraph.model.hypergraphs.hnhn.HNHN attribute)
(easygraph.model.hypergraphs.hypergcn.HyperGCN attribute)
(easygraph.model.hypergraphs.unignn.UniGAT attribute)
(easygraph.model.hypergraphs.unignn.UniGCN attribute)
(easygraph.model.hypergraphs.unignn.UniGIN attribute)
(easygraph.model.hypergraphs.unignn.UniSAGE attribute)
(easygraph.nn.convs.common.MultiHeadWrapper attribute)
(easygraph.nn.convs.hypergraphs.dhcf_conv.JHConv attribute)
(easygraph.nn.convs.hypergraphs.hgnn_conv.HGNNConv attribute)
(easygraph.nn.convs.hypergraphs.hgnnp_conv.HGNNPConv attribute)
(easygraph.nn.convs.hypergraphs.hnhn_conv.HNHNConv attribute)
(easygraph.nn.convs.hypergraphs.hypergcn_conv.HyperGCNConv attribute)
(easygraph.nn.convs.hypergraphs.unignn_conv.UniGATConv attribute)
(easygraph.nn.convs.hypergraphs.unignn_conv.UniGCNConv attribute)
(easygraph.nn.convs.hypergraphs.unignn_conv.UniGINConv attribute)
(easygraph.nn.convs.hypergraphs.unignn_conv.UniSAGEConv attribute)
(easygraph.nn.loss.BPRLoss attribute)
(easygraph.nn.regularization.EmbeddingRegularization attribute)
U
UniGAT (class in easygraph.model.hypergraphs.unignn)
UniGATConv (class in easygraph.nn.convs.hypergraphs.unignn_conv)
UniGCN (class in easygraph.model.hypergraphs.unignn)
UniGCNConv (class in easygraph.nn.convs.hypergraphs.unignn_conv)
UniGIN (class in easygraph.model.hypergraphs.unignn)
UniGINConv (class in easygraph.nn.convs.hypergraphs.unignn_conv)
UniSAGE (class in easygraph.model.hypergraphs.unignn)
UniSAGEConv (class in easygraph.nn.convs.hypergraphs.unignn_conv)
update() (easygraph.utils.mapped_queue.MappedQueue method)
V
v (easygraph.classes.base.BaseHypergraph property)
(easygraph.classes.hypergraph.Hypergraph property)
v2e() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
v2e_aggregation() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
v2e_aggregation_of_group() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
v2e_dst (easygraph.classes.hypergraph.Hypergraph property)
v2e_dst_of_group() (easygraph.classes.hypergraph.Hypergraph method)
v2e_of_group() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
v2e_src (easygraph.classes.hypergraph.Hypergraph property)
v2e_src_of_group() (easygraph.classes.hypergraph.Hypergraph method)
v2e_update() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
v2e_update_of_group() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
v2e_weight (easygraph.classes.hypergraph.Hypergraph property)
v2e_weight_of_group() (easygraph.classes.hypergraph.Hypergraph method)
v2v() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
v2v_of_group() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
v_weight (easygraph.classes.base.BaseHypergraph property)
vars_for_DL (easygraph.classes.base.BaseHypergraph property)
(easygraph.classes.hypergraph.Hypergraph property)
vlen() (in module easygraph.functions.drawing.geometry)
W
W_e (easygraph.classes.base.BaseHypergraph property)
(easygraph.classes.hypergraph.Hypergraph property)
W_e_of_group() (easygraph.classes.base.BaseHypergraph method)
(easygraph.classes.hypergraph.Hypergraph method)
W_v (easygraph.classes.base.BaseHypergraph property)
weakly_connected_components() (in module easygraph.functions.components.weakly_connected)
weakTie() (in module easygraph.functions.structural_holes.weakTie)
weakTieLocal() (in module easygraph.functions.structural_holes.weakTie)
write_dot() (in module easygraph.readwrite.graphviz)
write_edgelist() (in module easygraph.readwrite.edgelist)
write_gexf() (in module easygraph.readwrite.gexf)
write_gml() (in module easygraph.readwrite.gml)
write_graphml() (in module easygraph.readwrite.graphml)
write_graphml_lxml() (in module easygraph.readwrite.graphml)
write_graphml_xml() (in module easygraph.readwrite.graphml)
write_pajek() (in module easygraph.readwrite.pajek)
write_pickle() (in module easygraph.readwrite.pickle)
write_ucinet() (in module easygraph.readwrite.ucinet)
write_weighted_edgelist() (in module easygraph.readwrite.edgelist)
WS_Random() (in module easygraph.functions.graph_generator.RandomNetwork)