Skip to content

Commit

Permalink
Update examples/plot_clustering.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Ramos Carreño <carlosramosca@hotmail.com>
  • Loading branch information
luisheb and vnmabus authored Oct 21, 2024
1 parent 24aa966 commit 2f48baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2f48baa

Please sign in to comment.