Package org.neo4j.gds.ml.models
Class FeaturesFactory
java.lang.Object
org.neo4j.gds.ml.models.FeaturesFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic FeaturesextractEagerFeatures(org.neo4j.gds.api.Graph graph, List<String> featureProperties) static FeaturesextractLazyFeatures(org.neo4j.gds.api.Graph graph, List<String> featureProperties) static Featureswrap(double[] features) static Featuresstatic Featureswrap(org.neo4j.gds.collections.ha.HugeObjectArray<double[]> features)
-
Method Details
-
extractLazyFeatures
-
extractEagerFeatures
-
wrap
-
wrap
-
wrap
-