Package org.neo4j.gds.embeddings.hashgnn
Class HashGNN
- java.lang.Object
-
- org.neo4j.gds.Algorithm<HashGNN.HashGNNResult>
-
- org.neo4j.gds.embeddings.hashgnn.HashGNN
-
public class HashGNN extends org.neo4j.gds.Algorithm<HashGNN.HashGNNResult>
Based on the paper "Hashing-Accelerated Graph Neural Networks for Link Prediction"
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHashGNN.HashGNNResult
-
Constructor Summary
Constructors Constructor Description HashGNN(org.neo4j.gds.api.Graph graph, org.neo4j.gds.embeddings.hashgnn.HashGNNConfig config, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashGNN.HashGNNResultcompute()voidrelease()
-
-
-
Method Detail
-
compute
public HashGNN.HashGNNResult compute()
- Specified by:
computein classorg.neo4j.gds.Algorithm<HashGNN.HashGNNResult>
-
release
public void release()
- Specified by:
releasein classorg.neo4j.gds.Algorithm<HashGNN.HashGNNResult>
-
-