Skip to content

Commit 35ecd09

Browse files
committed
Use capitals after : for consistency with the previous definition
1 parent d074548 commit 35ecd09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

paper.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This Python project implements the (hierarchical) Hermina-Janos local clustering
3232

3333
![The cluster of Elvis Presley in Spotify's Related Artists graph.](documents/cluster_example.png)
3434

35-
The following sections provide a high-level overview of the algorithms and cluster definitions. For more details and analysis, please see the [algorithm description](documents/algorithm.rst) and [IPython notebook](documents/Algorithm%20Analysis%20with%20the%20Spotify%20Related%20Artists%20Graph.ipynb) that are provided as part of the project.
35+
The following sections provide a high-level overview of the algorithm and cluster definition. For more details and analysis, please see the [algorithm description](documents/algorithm.rst) and [IPython notebook](documents/Algorithm%20Analysis%20with%20the%20Spotify%20Related%20Artists%20Graph.ipynb) that are provided as part of the project.
3636

3737
## Local clustering algorithm
3838

@@ -49,8 +49,8 @@ The hierarchical version of the Hermina-Janos local clustering algorithm extends
4949

5050
Similarly to the base algorithm, the hierarchical Hermina-Janos algorithm is also an iterative process with the following two steps:
5151

52-
1. Local clustering step: use the Hermina-Janos local clustering algorithm with the current configuration of the used cluster definition to calculate the cluster.
53-
2. Cluster definition relaxation step: this is a highly cluster definition-dependent step where the algorithm adjusts or relaxes the cluster definition's parameters so in the next iteration the local clustering algorithm will be able to further extend the cluster.
52+
1. Local clustering step: Use the Hermina-Janos local clustering algorithm with the current configuration of the used cluster definition to calculate the cluster.
53+
2. Cluster definition relaxation step: This is a highly cluster definition-dependent step where the algorithm adjusts or relaxes the cluster definition's parameters so in the next iteration the local clustering algorithm will be able to further extend the cluster.
5454

5555
## Cluster definitions
5656

0 commit comments

Comments
 (0)