Package org.neo4j.graphalgo.beta.fastrp
Class FastRPExtendedFactory<CONFIG extends org.neo4j.graphalgo.beta.fastrp.FastRPExtendedBaseConfig>
- java.lang.Object
-
- org.neo4j.graphalgo.beta.fastrp.FastRPExtendedFactory<CONFIG>
-
- All Implemented Interfaces:
org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.gds.embeddings.fastrp.FastRP,CONFIG>
public class FastRPExtendedFactory<CONFIG extends org.neo4j.graphalgo.beta.fastrp.FastRPExtendedBaseConfig> extends java.lang.Object implements org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.gds.embeddings.fastrp.FastRP,CONFIG>
-
-
Constructor Summary
Constructors Constructor Description FastRPExtendedFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.neo4j.gds.embeddings.fastrp.FastRPbuild(org.neo4j.graphalgo.api.Graph graph, CONFIG configuration, org.neo4j.graphalgo.core.utils.mem.AllocationTracker tracker, org.neo4j.logging.Log log)org.neo4j.graphalgo.core.utils.mem.MemoryEstimationmemoryEstimation(CONFIG configuration)
-
-
-
Method Detail
-
build
public org.neo4j.gds.embeddings.fastrp.FastRP build(org.neo4j.graphalgo.api.Graph graph, CONFIG configuration, org.neo4j.graphalgo.core.utils.mem.AllocationTracker tracker, org.neo4j.logging.Log log)- Specified by:
buildin interfaceorg.neo4j.graphalgo.AlgorithmFactory<org.neo4j.gds.embeddings.fastrp.FastRP,CONFIG extends org.neo4j.graphalgo.beta.fastrp.FastRPExtendedBaseConfig>
-
memoryEstimation
public org.neo4j.graphalgo.core.utils.mem.MemoryEstimation memoryEstimation(CONFIG configuration)
- Specified by:
memoryEstimationin interfaceorg.neo4j.graphalgo.AlgorithmFactory<org.neo4j.gds.embeddings.fastrp.FastRP,CONFIG extends org.neo4j.graphalgo.beta.fastrp.FastRPExtendedBaseConfig>
-
-