Spelling error

This commit is contained in:
Vighnesh Birodkar
2014-08-18 19:58:02 +05:30
parent 12b1a91c70
commit 103f48bc00
+2 -2
View File
@@ -95,9 +95,9 @@ def cut_normalized(labels, rag, thresh=0.001, num_cuts=10, in_place=True,
in_place : bool
If set, modifies `rag` in place. For each node `n` the function will
set a new attribute ``rag.node[n]['ncut label']``.
max_egde : float, optinal
max_edge : float, optional
The maximum possible value of an edge in the RAG. This corresponds to
an edge between regions which are identical. This is used to put self
an edge between identical regions. This is used to put self
edges in the RAG.
Returns