Docstrings

This commit is contained in:
Vighnesh Birodkar
2014-08-05 23:33:22 +05:30
parent 997d4a3a68
commit 68b087ca48
2 changed files with 30 additions and 15 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ def _ncut_relabel(rag, cut_thresh=0.0001):
index2 = _ncut_cy.argmin2(vals)
ev = np.real(vectors[:, index2])
ev = _ncut.norml(ev)
ev = _ncut.normalize(ev)
mcut = np.inf
thresh = None