Class GraphSageHelper


  • public final class GraphSageHelper
    extends java.lang.Object
    • 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)
      • initializeMultiLabelFeatures

        public static org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> initializeMultiLabelFeatures​(org.neo4j.gds.api.Graph graph,
                                                                                                            MultiLabelFeatureExtractors multiLabelFeatureExtractors)