Class Node2VecModel
- java.lang.Object
-
- org.neo4j.gds.embeddings.node2vec.Node2VecModel
-
public class Node2VecModel extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.neo4j.gds.core.utils.paged.HugeObjectArray<org.neo4j.gds.ml.core.tensor.FloatVector>getEmbeddings()static org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(Node2VecBaseConfig config)
-
-
-
Method Detail
-
memoryEstimation
public static org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(Node2VecBaseConfig config)
-
getEmbeddings
public org.neo4j.gds.core.utils.paged.HugeObjectArray<org.neo4j.gds.ml.core.tensor.FloatVector> getEmbeddings()
-
-