Class GraphSageCompanion
- java.lang.Object
-
- org.neo4j.gds.embeddings.graphsage.GraphSageCompanion
-
public final class GraphSageCompanion extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGRAPHSAGE_DESCRIPTION
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends org.neo4j.gds.embeddings.graphsage.algo.GraphSageBaseConfig>
@NotNull org.neo4j.gds.api.properties.nodes.DoubleArrayNodePropertyValuesgetNodeProperties(org.neo4j.gds.executor.ComputationResult<org.neo4j.gds.embeddings.graphsage.algo.GraphSage,org.neo4j.gds.embeddings.graphsage.algo.GraphSage.GraphSageResult,T> computationResult)
-
-
-
Field Detail
-
GRAPHSAGE_DESCRIPTION
public static final java.lang.String GRAPHSAGE_DESCRIPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNodeProperties
@NotNull public static <T extends org.neo4j.gds.embeddings.graphsage.algo.GraphSageBaseConfig> @NotNull org.neo4j.gds.api.properties.nodes.DoubleArrayNodePropertyValues getNodeProperties(org.neo4j.gds.executor.ComputationResult<org.neo4j.gds.embeddings.graphsage.algo.GraphSage,org.neo4j.gds.embeddings.graphsage.algo.GraphSage.GraphSageResult,T> computationResult)
-
-