Package org.neo4j.gds.beta.k1coloring
Class ColoringStep
- java.lang.Object
-
- org.neo4j.gds.beta.k1coloring.ColoringStep
-
- All Implemented Interfaces:
java.lang.Runnable
public final class ColoringStep extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description static intINITIAL_FORBIDDEN_COLORS
-
Constructor Summary
Constructors Constructor Description ColoringStep(org.neo4j.gds.api.RelationshipIterator graph, org.neo4j.gds.core.utils.paged.HugeLongArray colors, com.carrotsearch.hppc.BitSet nodesToColor, org.neo4j.gds.core.utils.partition.Partition partition, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()
-
-
-
Field Detail
-
INITIAL_FORBIDDEN_COLORS
public static final int INITIAL_FORBIDDEN_COLORS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ColoringStep
public ColoringStep(org.neo4j.gds.api.RelationshipIterator graph, org.neo4j.gds.core.utils.paged.HugeLongArray colors, com.carrotsearch.hppc.BitSet nodesToColor, org.neo4j.gds.core.utils.partition.Partition partition, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
-