File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -758,7 +758,6 @@ def get_indices(self, i):
758
758
Indices of rows in the dataset that belong to the bicluster.
759
759
col_ind : ndarray, dtype=np.intp
760
760
Indices of columns in the dataset that belong to the bicluster.
761
-
762
761
"""
763
762
rows = self .rows_ [i ]
764
763
columns = self .columns_ [i ]
Original file line number Diff line number Diff line change @@ -290,18 +290,18 @@ class SpectralCoclustering(BaseSpectral):
290
290
291
291
.. versionadded:: 1.0
292
292
293
+ See Also
294
+ --------
295
+ sklearn.cluster.SpectralClustering : Apply clustering to a projection of the
296
+ normalized Laplacian.
297
+
293
298
References
294
299
----------
295
300
296
301
* Dhillon, Inderjit S, 2001. `Co-clustering documents and words using
297
302
bipartite spectral graph partitioning
298
303
<http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.140.3011>`__.
299
304
300
- See Also
301
- --------
302
- sklearn.cluster.SpectralClustering : Apply clustering to a projection of the
303
- normalized Laplacian.
304
-
305
305
Examples
306
306
--------
307
307
>>> from sklearn.cluster import SpectralCoclustering
@@ -448,17 +448,17 @@ class SpectralBiclustering(BaseSpectral):
448
448
449
449
.. versionadded:: 1.0
450
450
451
+ See Also
452
+ --------
453
+ sklearn.cluster.SpectralClustering : Apply clustering to a projection of the
454
+ normalized Laplacian.
455
+
451
456
References
452
457
----------
453
458
* Kluger, Yuval, et. al., 2003. `Spectral biclustering of microarray
454
459
data: coclustering genes and conditions
455
460
<http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.135.1608>`__.
456
461
457
- See Also
458
- --------
459
- sklearn.cluster.SpectralClustering : Apply clustering to a projection of the
460
- normalized Laplacian.
461
-
462
462
Examples
463
463
--------
464
464
>>> from sklearn.cluster import SpectralBiclustering
You can’t perform that action at this time.
0 commit comments