Class GraphSageHelper
- java.lang.Object
-
- org.neo4j.gds.embeddings.graphsage.GraphSageHelper
-
public final class GraphSageHelper extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.neo4j.gds.core.utils.mem.MemoryEstimationembeddingsEstimation(GraphSageTrainConfig config, long batchSize, long nodeCount, int labelCount, boolean withGradientDescent)static org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]>initializeMultiLabelFeatures(org.neo4j.gds.api.Graph graph, MultiLabelFeatureExtractors multiLabelFeatureExtractors)static org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]>initializeSingleLabelFeatures(org.neo4j.gds.api.Graph graph, GraphSageTrainConfig config)static MultiLabelFeatureExtractorsmultiLabelFeatureExtractors(org.neo4j.gds.api.Graph graph, GraphSageTrainConfig config)
-
-
-
Method Detail
-
embeddingsEstimation
public static org.neo4j.gds.core.utils.mem.MemoryEstimation embeddingsEstimation(GraphSageTrainConfig config, long batchSize, long nodeCount, int labelCount, boolean withGradientDescent)
-
initializeSingleLabelFeatures
public static org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> initializeSingleLabelFeatures(org.neo4j.gds.api.Graph graph, GraphSageTrainConfig config)
-
multiLabelFeatureExtractors
public static MultiLabelFeatureExtractors multiLabelFeatureExtractors(org.neo4j.gds.api.Graph graph, GraphSageTrainConfig config)
-
initializeMultiLabelFeatures
public static org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> initializeMultiLabelFeatures(org.neo4j.gds.api.Graph graph, MultiLabelFeatureExtractors multiLabelFeatureExtractors)
-
-