Interface FeatureFunction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.neo4j.gds.ml.core.Variable<org.neo4j.gds.ml.core.tensor.Matrix> apply​(org.neo4j.gds.api.Graph graph, long[] nodeIds, org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> features)  
    • Method Detail

      • apply

        org.neo4j.gds.ml.core.Variable<org.neo4j.gds.ml.core.tensor.Matrix> apply​(org.neo4j.gds.api.Graph graph,
                                                                                  long[] nodeIds,
                                                                                  org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> features)