File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ <h1 class="title">Module <code>spectralcluster.laplacian</code></h1>
43
43
# The unnormalied Laplacian: L = D - W
44
44
Unnormalized = 1
45
45
46
- # The graph cut view normalized Laplacian: D^{-1/2}LD^{-1/2}
46
+ # The random walk view normalized Laplacian: D^{-1}L
47
47
RandomWalk = 2
48
48
49
- # The random walk view normalized Laplacian: D^{-1}L
49
+ # The graph cut view normalized Laplacian: D^{-1/2}LD^{-1/2}
50
50
GraphCut = 3
51
51
52
52
@@ -181,10 +181,10 @@ <h2 class="section-title" id="header-classes">Classes</h2>
181
181
# The unnormalied Laplacian: L = D - W
182
182
Unnormalized = 1
183
183
184
- # The graph cut view normalized Laplacian: D^{-1/2}LD^{-1/2}
184
+ # The random walk view normalized Laplacian: D^{-1}L
185
185
RandomWalk = 2
186
186
187
- # The random walk view normalized Laplacian: D^{-1}L
187
+ # The graph cut view normalized Laplacian: D^{-1/2}LD^{-1/2}
188
188
GraphCut = 3</ code > </ pre >
189
189
</ details >
190
190
< h3 > Ancestors</ h3 >
You can’t perform that action at this time.
0 commit comments