From 2f48baa85837b891d0b46a5a048b4196f628abb6 Mon Sep 17 00:00:00 2001 From: Luis Hebrero Date: Mon, 21 Oct 2024 17:22:43 +0200 Subject: [PATCH] Update examples/plot_clustering.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Carlos Ramos CarreƱo --- examples/plot_clustering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_clustering.py b/examples/plot_clustering.py index b50f14d42..4ad6b0ec6 100644 --- a/examples/plot_clustering.py +++ b/examples/plot_clustering.py @@ -103,7 +103,7 @@ print(fuzzy_kmeans.predict_proba(fd)) ############################################################################## -# To see the information in a graphic way, the method +# To see the information in a graphic way, the class # :class:`~skfda.exploratory.visualization.clustering.ClusterPlot` can # be used. It assigns each sample to the cluster whose membership value is the # greatest.