Class SingleLabelFeatureFunction

    • Method Summary

      All Methods Instance Methods Concrete 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)  
      • Methods inherited from class java.lang.Object

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

      • SingleLabelFeatureFunction

        public SingleLabelFeatureFunction()
    • Method Detail

      • apply

        public 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)
        Specified by:
        apply in interface FeatureFunction