when using neo4j Graph Data Science Playground, in the configure section. i would like to use a set of node labels/ relationship type.
is it possible ?
through the gui i can only choose one of each.
in addition. i whould like to use dynamic weighting property (based on calculation of some of sub set of the properties.
is it possible ?
You'll need to use the graph data science library in browser / cypher shell / via the python driver. If you'd like to create weights as a combination of properties, you'll need to use a cypher projection.
See: https://neo4j.com/docs/graph-data-science/current/graph-create/
1 Like