CurrentModule = GNNGraphs
CollapsedDocStrings = true
Documentation page for the graph type GNNGraph
provided by GNNGraphs.jl and related methods.
Besides the methods documented here, one can rely on the large set of functionalities
given by Graphs.jl thanks to the fact
that GNNGraph
inherits from Graphs.AbstractGraph
.
GNNGraph
Base.copy
Modules = [GNNGraphs]
Pages = ["datastore.jl"]
Private = false
Modules = [GNNGraphs]
Pages = ["src/query.jl"]
Private = false
Graphs.neighbors(::GNNGraph, ::Integer)
Modules = [GNNGraphs]
Pages = ["src/transform.jl"]
Private = false
GNNGraphs.sort_edge_index
GNNGraphs.color_refinement
Modules = [GNNGraphs]
Pages = ["src/generate.jl"]
Private = false
Filter = t -> typeof(t) <: Function && t!=rand_temporal_radius_graph && t!=rand_temporal_hyperbolic_graph
Modules = [GNNGraphs]
Pages = ["src/operators.jl"]
Private = false
Base.intersect
Modules = [GNNGraphs]
Pages = ["src/sampling.jl"]
Private = false
Graphs.induced_subgraph(::GNNGraph, ::Vector{Int})