Interface Node2VecModel.Result
-
- Enclosing class:
- Node2VecModel
public static interface Node2VecModel.Result
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.neo4j.gds.core.utils.paged.HugeObjectArray<org.neo4j.gds.ml.core.tensor.FloatVector>embeddings()java.util.List<java.lang.Double>lossPerIteration()
-