Interface FeatureFunction
-
- All Known Implementing Classes:
MultiLabelFeatureFunction,SingleLabelFeatureFunction
public 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)
-