Package org.neo4j.gds.kmeans
Class KmeansAlgorithmFactory<CONFIG extends KmeansBaseConfig>
- java.lang.Object
-
- org.neo4j.gds.GraphAlgorithmFactory<Kmeans,CONFIG>
-
- org.neo4j.gds.kmeans.KmeansAlgorithmFactory<CONFIG>
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.Graph,Kmeans,CONFIG>
public final class KmeansAlgorithmFactory<CONFIG extends KmeansBaseConfig> extends org.neo4j.gds.GraphAlgorithmFactory<Kmeans,CONFIG>
-
-
Constructor Summary
Constructors Constructor Description KmeansAlgorithmFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Kmeansbuild(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()
-
-
-
Method Detail
-
taskName
public java.lang.String taskName()
-
build
public Kmeans 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)
-
-