Skip to content
Snippets Groups Projects
Commit 875d3d0a authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Documenting

parent 72a3d15f
No related branches found
No related tags found
No related merge requests found
......@@ -382,7 +382,7 @@ For example, to train a K-Means with 10 iterations you can use the following ste
With that granularity you can train your K-Means (or any trainer procedure) with your own convergence criteria.
Furthermore, to make the things even simpler, it is possible to train the K-Means (and have the same example as above) using the wrapper :py:method:`bob.learn.em.train` as in the example below:
Furthermore, to make the things even simpler, it is possible to train the K-Means (and have the same example as above) using the wrapper :py:class:`bob.learn.em.train` as in the example below:
.. doctest::
:options: +NORMALIZE_WHITESPACE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment