Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links on GDS start page #195

Merged
merged 1 commit into from
Jan 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions modules/graph-data-science/pages/graph-algorithms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ The library contains implementations for the following types of algorithms:

* link:/docs/graph-data-science/current/algorithms/similarity/[Similarity^] - these algorithms help calculate the similarity of nodes

* link:/docs/graph-data-science/current/algorithms/linkprediction/[Link Prediction^] - these algorithms determine the closeness of pairs of nodes
* link:/docs/graph-data-science/current/algorithms/linkprediction/[Topological link prediction^] - these algorithms determine the closeness of pairs of nodes

* link:/docs/graph-data-science/current/algorithms/node-embeddings/[Node Embeddings^] - these algorithms compute vector representations of nodes in a graph.

* link:/docs/graph-data-science/current/algorithms/node-classification/[Node Classification^] - this algorithm uses machine learning to predict the classification of nodes.
* link:/docs/graph-data-science/current/algorithms/ml-models/node-classification/[Node Classification^] - this algorithm uses machine learning to predict the classification of nodes.

* link:/docs/graph-data-science/current/algorithms/ml-models/linkprediction/[Link prediction^] - these algorithms use machine learning to predict new links between pairs of nodes

link:/graph-data-science-library[Learn more about Neo4j GDSL^, role="medium button"]

Expand Down