Class SingleLabelFeatureFunction
- java.lang.Object
-
- org.neo4j.gds.embeddings.graphsage.SingleLabelFeatureFunction
-
- All Implemented Interfaces:
FeatureFunction
public class SingleLabelFeatureFunction extends java.lang.Object implements FeatureFunction
-
-
Constructor Summary
Constructors Constructor Description 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)
-
-
-
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:
applyin interfaceFeatureFunction
-
-