Skip to content

Commit 2422c5c

Browse files
authored
Merge pull request #8 from MahzadK/patch-1
typo correction
2 parents 33ed238 + b77393d commit 2422c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

links.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Basic appraoch that is using simmilarity computed between two vertices. `Measure
1313
Basic measure based link prediction
1414
+++++++++++++++++++++++++++++++++++++
1515

16-
Most basic implementation of measure based link prediction. All possible vertices combinations are computed for given graph. In next step, similarity measure is computed for each combination. Combinations that exsits or creates loops (self connections) are filtered out. Combinations that have similarity lower than given treshold are also filtered out. Implementation can be found in `BasicLinkPredictor <http://sparkling-graph.github.io/sparkling-graph/latest/api/#ml.sparkling.graph.operators.algorithms.link.BasicLinkPredictor$>`_
16+
Most basic implementation of measure based link prediction. All possible vertices combinations are computed for given graph. In next step, similarity measure is computed for each combination. Combinations that exists or creates loops (self connections) are filtered out. Combinations that have similarity lower than given treshold are also filtered out. Implementation can be found in `BasicLinkPredictor <http://sparkling-graph.github.io/sparkling-graph/latest/api/#ml.sparkling.graph.operators.algorithms.link.BasicLinkPredictor$>`_
1717

1818
.. code-block:: scala
1919

0 commit comments

Comments
 (0)