mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-05 22:01:21 +08:00
merge_nodes docstring change
This commit is contained in:
@@ -41,7 +41,7 @@ class RAG(nx.Graph):
|
||||
|
||||
def merge_nodes(self, src, dst, weight_func=min_weight, extra_arguments=[],
|
||||
extra_keywords={}):
|
||||
"""Merge two nodes.
|
||||
"""Merge node `src` into `dst`.
|
||||
|
||||
The new combined node is adjacent to all the neighbors of `src`
|
||||
and `dst`. `weight_func` is called to decide the weight of edges
|
||||
|
||||
Reference in New Issue
Block a user