Class FastRP

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FastRP.FastRPResult  
    • Field Summary

      • Fields inherited from class org.neo4j.gds.Algorithm

        progressTracker, terminationFlag
    • Constructor Summary

      Constructors 
      Constructor Description
      FastRP​(org.neo4j.gds.api.Graph graph, FastRPBaseConfig config, java.util.List<org.neo4j.gds.ml.core.features.FeatureExtractor> featureExtractors, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)  
      FastRP​(org.neo4j.gds.api.Graph graph, FastRPBaseConfig config, java.util.List<org.neo4j.gds.ml.core.features.FeatureExtractor> featureExtractors, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker, java.util.Optional<java.lang.Long> randomSeed)  
    • Constructor Detail

      • FastRP

        public FastRP​(org.neo4j.gds.api.Graph graph,
                      FastRPBaseConfig config,
                      java.util.List<org.neo4j.gds.ml.core.features.FeatureExtractor> featureExtractors,
                      org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
      • FastRP

        public FastRP​(org.neo4j.gds.api.Graph graph,
                      FastRPBaseConfig config,
                      java.util.List<org.neo4j.gds.ml.core.features.FeatureExtractor> featureExtractors,
                      org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker,
                      java.util.Optional<java.lang.Long> randomSeed)
    • Method Detail

      • memoryEstimation

        public static org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation​(FastRPBaseConfig config)
      • release

        public void release()
        Specified by:
        release in class org.neo4j.gds.Algorithm<FastRP.FastRPResult>
      • initDegreePartition

        public void initDegreePartition()