Interface GraphSage.GraphSageResult
-
- Enclosing class:
- GraphSage
public static interface GraphSage.GraphSageResult
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]>embeddings()static GraphSage.GraphSageResultof(org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> embeddings)
-
-
-
Method Detail
-
embeddings
org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> embeddings()
-
of
static GraphSage.GraphSageResult of(org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> embeddings)
-
-