Class FastRPExtendedFactory<CONFIG extends org.neo4j.graphalgo.beta.fastrp.FastRPExtendedBaseConfig>

  • 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>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)  
      org.neo4j.graphalgo.core.utils.mem.MemoryEstimation memoryEstimation​(CONFIG configuration)  
      • Methods inherited from class java.lang.Object

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

      • FastRPExtendedFactory

        public FastRPExtendedFactory()
    • 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:
        build in interface org.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:
        memoryEstimation in interface org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.gds.embeddings.fastrp.FastRP,​CONFIG extends org.neo4j.graphalgo.beta.fastrp.FastRPExtendedBaseConfig>