Class CELFAlgorithmFactory<CONFIG extends InfluenceMaximizationBaseConfig>
- java.lang.Object
-
- org.neo4j.gds.GraphAlgorithmFactory<CELF,CONFIG>
-
- org.neo4j.gds.influenceMaximization.CELFAlgorithmFactory<CONFIG>
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.Graph,CELF,CONFIG>
public class CELFAlgorithmFactory<CONFIG extends InfluenceMaximizationBaseConfig> extends org.neo4j.gds.GraphAlgorithmFactory<CELF,CONFIG>
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_BATCH_SIZE
-
Constructor Summary
Constructors Constructor Description CELFAlgorithmFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CELFbuild(org.neo4j.gds.api.Graph graph, CONFIG configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(CONFIG configuration)org.neo4j.gds.core.utils.progress.tasks.TaskprogressTask(org.neo4j.gds.api.Graph graph, CONFIG config)java.lang.StringtaskName()
-
-
-
Field Detail
-
DEFAULT_BATCH_SIZE
public static final int DEFAULT_BATCH_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
taskName
public java.lang.String taskName()
-
build
public CELF build(org.neo4j.gds.api.Graph graph, CONFIG configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
progressTask
public org.neo4j.gds.core.utils.progress.tasks.Task progressTask(org.neo4j.gds.api.Graph graph, CONFIG config)
-
memoryEstimation
public org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(CONFIG configuration)
-
-