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.