Skip to content

Commit

Permalink
More precise description of node_id in mapper_quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Umberto committed Jan 17, 2020
1 parent 7ceb84d commit fb7b75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mapper_quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Here `node_id` is an identifier used to construct the graph, while `pullback_set_label` and `partial_cluster_label` refer to the interval and cluster sets described above. The `node_elements` refers to the indices of our original data that belong to each node. For example, to find which points belong to the first node of the graph we can access the desired data as follows:"
"Here `node_id` is a globally unique node identifier used to construct the graph, while `pullback_set_label` and `partial_cluster_label` refer to the interval and cluster sets described above. The `node_elements` refers to the indices of our original data that belong to each node. For example, to find which points belong to the first node of the graph we can access the desired data as follows:"
]
},
{
Expand Down

0 comments on commit fb7b75b

Please sign in to comment.