Package org.neo4j.gds

Class GraphAlgorithmFactory<ALGO extends Algorithm<?>,​CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>

  • All Implemented Interfaces:
    AlgorithmFactory<org.neo4j.gds.api.Graph,​ALGO,​CONFIG>
    Direct Known Subclasses:
    ScalePropertiesFactory

    public abstract class GraphAlgorithmFactory<ALGO extends Algorithm<?>,​CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
    extends java.lang.Object
    implements AlgorithmFactory<org.neo4j.gds.api.Graph,​ALGO,​CONFIG>