-
-
Notifications
You must be signed in to change notification settings - Fork 26k
DOC add link plot_inductive_clustering #30158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -137,8 +137,13 @@ mixture models. KMeans can be seen as a special case of Gaussian mixture | |||||||||
model with equal covariance per component. | ||||||||||
|
||||||||||
:term:`Transductive <transductive>` clustering methods (in contrast to | ||||||||||
:term:`inductive` clustering methods) are not designed to be applied to new, | ||||||||||
unseen data. | ||||||||||
:term:`inductive` clustering methods) are not | ||||||||||
designed to be applied to new, unseen data. | ||||||||||
Comment on lines
+140
to
+141
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi @virchan thanks for the suggestions. |
||||||||||
|
||||||||||
.. rubric:: Examples | ||||||||||
|
||||||||||
* :ref:`sphx_glr_auto_examples_cluster_plot_inductive_clustering.py`: A practical | ||||||||||
example of inductive clustering model. | ||||||||||
Comment on lines
+145
to
+146
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
|
||||||||||
.. _k_means: | ||||||||||
|
||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This marks the key difference between Transductive and Inductive Clustering. Therefore, I think it should be preseverd.