Class Node2Vec
- java.lang.Object
-
- org.neo4j.gds.Algorithm<Node2VecModel.Result>
-
- org.neo4j.gds.embeddings.node2vec.Node2Vec
-
public class Node2Vec extends org.neo4j.gds.Algorithm<Node2VecModel.Result>
-
-
Constructor Summary
Constructors Constructor Description Node2Vec(org.neo4j.gds.api.Graph graph, Node2VecBaseConfig config, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Node2VecModel.Resultcompute()static org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(Node2VecBaseConfig config)voidrelease()
-
-
-
Constructor Detail
-
Node2Vec
public Node2Vec(org.neo4j.gds.api.Graph graph, Node2VecBaseConfig config, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
-
Method Detail
-
memoryEstimation
public static org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(Node2VecBaseConfig config)
-
compute
public Node2VecModel.Result compute()
- Specified by:
computein classorg.neo4j.gds.Algorithm<Node2VecModel.Result>
-
release
public void release()
- Specified by:
releasein classorg.neo4j.gds.Algorithm<Node2VecModel.Result>
-
-