Skip to content

Commit

Permalink
Update src/python_pybind11/src/Kmeans.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Louise Poubel <[email protected]>
  • Loading branch information
ahcorde and chapulina authored Dec 27, 2021
1 parent 5ab6bf8 commit 16ed8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_pybind11/src/Kmeans.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void defineMathKmeans(py::module &m, const std::string &typestr)
"Get the observations to cluster.")
.def("append_observations",
&Class::AppendObservations,
"Add observations to the cluster..")
"Add observations to the cluster.")
.def("cluster",
[](Class &self, int k) {
std::vector<ignition::math::Vector3<double>> centroids;
Expand Down

0 comments on commit 16ed8ea

Please sign in to comment.