Skip to content

Commit 597ae48

Browse files
committed
Fix comment in docs
1 parent 299e113 commit 597ae48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/laplacian.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ <h1 class="title">Module <code>spectralcluster.laplacian</code></h1>
4343
# The unnormalied Laplacian: L = D - W
4444
Unnormalized = 1
4545

46-
# The graph cut view normalized Laplacian: D^{-1/2}LD^{-1/2}
46+
# The random walk view normalized Laplacian: D^{-1}L
4747
RandomWalk = 2
4848

49-
# The random walk view normalized Laplacian: D^{-1}L
49+
# The graph cut view normalized Laplacian: D^{-1/2}LD^{-1/2}
5050
GraphCut = 3
5151

5252

@@ -181,10 +181,10 @@ <h2 class="section-title" id="header-classes">Classes</h2>
181181
# The unnormalied Laplacian: L = D - W
182182
Unnormalized = 1
183183

184-
# The graph cut view normalized Laplacian: D^{-1/2}LD^{-1/2}
184+
# The random walk view normalized Laplacian: D^{-1}L
185185
RandomWalk = 2
186186

187-
# The random walk view normalized Laplacian: D^{-1}L
187+
# The graph cut view normalized Laplacian: D^{-1/2}LD^{-1/2}
188188
GraphCut = 3</code></pre>
189189
</details>
190190
<h3>Ancestors</h3>

0 commit comments

Comments
 (0)