Module graph

Module graph 

Source
Expand description

Graph embedding transformers Graph embedding transformers for graph-based feature extraction

This module provides utilities for transforming graph structures into numerical feature representations suitable for machine learning.

Structs§

DeepWalk
DeepWalk: Random walk-based graph embedding
GraphAutoencoder
Graph autoencoder for unsupervised graph embedding
Node2Vec
Node2Vec: Biased random walk-based graph embedding
SpectralEmbedding
Node embeddings using spectral decomposition of graph Laplacian

Enums§

ActivationType
Activation function types
LaplacianType
Types of graph Laplacian

Functions§

adjacency_to_edge_list
Convert adjacency matrix to edge list
edge_list_to_adjacency
Convert edge list to adjacency matrix