Skip to content

Commit

Permalink
Update docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
romanwerpachowski committed Sep 12, 2021
1 parent bbd0d38 commit aae3eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppyml/clustering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ void init_clustering(py::module& m)
data: A 2D array with data points in rows.
Returns:
True if EM algorithm converged.
True if the algorithm converged.
)"
)
.def_property_readonly("number_clusters", &ml::Clustering::KMeansPy::number_clusters, "Number of clusters.")
Expand Down

0 comments on commit aae3eb9

Please sign in to comment.