Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-24-2022 03:57 AM
I'm studying path-finding algorithms from here.
I am a complete newbie to both neo4j and graphing.
All examples use a dataset with only one label.
My question:
Can path-finding algorithms be applied to datasets with different labels?
I have two labels on my graphs.
Solved! Go to Solution.
02-24-2022 08:29 AM
Hey @marcelix161 ,
also yes to that question.
You can apply the algorithm also on graphs with two labels.
Our examples only use one label for simplicity, but nothing stops you from running it on another graph.
To load your graph have a look at Creating graphs - Neo4j Graph Data Science.
The path-algorithms runs over a given graph, which can also have multiple labels or types.
02-24-2022 08:29 AM
Hey @marcelix161 ,
also yes to that question.
You can apply the algorithm also on graphs with two labels.
Our examples only use one label for simplicity, but nothing stops you from running it on another graph.
To load your graph have a look at Creating graphs - Neo4j Graph Data Science.
The path-algorithms runs over a given graph, which can also have multiple labels or types.
All the sessions of the conference are now available online