Skip to main content

Module embedding_options

Module embedding_options 

Source
Expand description

Closed typed options for the four embedding-v1 analysis algorithms.

Structs§

EmbeddingAnalyzeOptions
Graph-native invocation boundary for an embedding analysis.
FastRpOptions
Fast random projection v1 options.
GraphSageOptions
Unsupervised GraphSAGE v1 options.
HashGnnOptions
HashGNN v1 options.
Node2VecOptions
Node2Vec v1 options.

Enums§

EmbeddingOptions
One embedding-v1 option family.
GraphSageAggregator
GraphSAGE v1 aggregator. Version 1 intentionally supports only mean.

Constants§

MAX_EMBEDDING_DIMENSIONS
Maximum embedding width shared by Node2Vec, GraphSAGE, and FastRP.
MAX_HASHGNN_DIMENSIONS
Maximum embedding width for HashGNN.