Skip to content

Latest commit

 

History

History
88 lines (65 loc) · 1.52 KB

File metadata and controls

88 lines (65 loc) · 1.52 KB
CurrentModule = GNNGraphs
CollapsedDocStrings = true

GNNGraph

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 type

GNNGraph
Base.copy

DataStore

Modules = [GNNGraphs]
Pages   = ["datastore.jl"]
Private = false

Query

Modules = [GNNGraphs]
Pages   = ["src/query.jl"]
Private = false
Graphs.neighbors(::GNNGraph, ::Integer)

Transform

Modules = [GNNGraphs]
Pages   = ["src/transform.jl"]
Private = false

Utils

GNNGraphs.sort_edge_index
GNNGraphs.color_refinement

Generate

Modules = [GNNGraphs]
Pages   = ["src/generate.jl"]
Private = false
Filter = t -> typeof(t) <: Function && t!=rand_temporal_radius_graph && t!=rand_temporal_hyperbolic_graph

Operators

Modules = [GNNGraphs]
Pages   = ["src/operators.jl"]
Private = false
Base.intersect

Sampling

Modules = [GNNGraphs]
Pages   = ["src/sampling.jl"]
Private = false
Graphs.induced_subgraph(::GNNGraph, ::Vector{Int})