Class CELF


  • public class CELF
    extends org.neo4j.gds.Algorithm<com.carrotsearch.hppc.LongDoubleScatterMap>
    • Field Summary

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

        progressTracker, terminationFlag
    • Constructor Summary

      Constructors 
      Constructor Description
      CELF​(org.neo4j.gds.api.Graph graph, int seedSetCount, double propagationProbability, int monteCarloSimulations, java.util.concurrent.ExecutorService executorService, int concurrency, long initialRandomSeed, int batchSize, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.carrotsearch.hppc.LongDoubleScatterMap compute()  
      void release()  
      java.util.stream.Stream<InfluenceMaximizationResult> resultStream()  
      • Methods inherited from class org.neo4j.gds.Algorithm

        getProgressTracker, getTerminationFlag, setTerminationFlag
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CELF

        public CELF​(org.neo4j.gds.api.Graph graph,
                    int seedSetCount,
                    double propagationProbability,
                    int monteCarloSimulations,
                    java.util.concurrent.ExecutorService executorService,
                    int concurrency,
                    long initialRandomSeed,
                    int batchSize,
                    org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
    • Method Detail

      • compute

        public com.carrotsearch.hppc.LongDoubleScatterMap compute()
        Specified by:
        compute in class org.neo4j.gds.Algorithm<com.carrotsearch.hppc.LongDoubleScatterMap>
      • release

        public void release()
        Specified by:
        release in class org.neo4j.gds.Algorithm<com.carrotsearch.hppc.LongDoubleScatterMap>