File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -461,6 +461,9 @@ class Birch(
461
461
subcluster are updated. This is done recursively till the properties of
462
462
the leaf node are updated.
463
463
464
+ See :ref:`sphx_glr_auto_examples_cluster_plot_birch_vs_minibatchkmeans.py` for a
465
+ comparison with :class:`~sklearn.cluster.MiniBatchKMeans`.
466
+
464
467
References
465
468
----------
466
469
* Tian Zhang, Raghu Ramakrishnan, Maron Livny
Original file line number Diff line number Diff line change @@ -1838,6 +1838,9 @@ class MiniBatchKMeans(_BaseKMeans):
1838
1838
always match. One solution is to set `reassignment_ratio=0`, which
1839
1839
prevents reassignments of clusters that are too small.
1840
1840
1841
+ See :ref:`sphx_glr_auto_examples_cluster_plot_birch_vs_minibatchkmeans.py` for a
1842
+ comparison with :class:`~sklearn.cluster.BIRCH`.
1843
+
1841
1844
Examples
1842
1845
--------
1843
1846
>>> from sklearn.cluster import MiniBatchKMeans
You can’t perform that action at this time.
0 commit comments