Skip to content
Snippets Groups Projects
Commit bdbd9ad1 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fixes to the C/C++ API documentation

parent dc504682
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ Cost
Data Shuffler
-------------
.. cpp:type PyBobLearnDataShufflerObject
.. cpp:type:: PyBobLearnDataShufflerObject
The pythonic representation for a :py:class:`xbob.learn.mlp.DataShuffler`
object.
......@@ -148,7 +148,7 @@ Data Shuffler
Trainers
--------
.. cpp:type PyBobLearnMLPTrainerObject
.. cpp:type:: PyBobLearnMLPTrainerObject
The pythonic representation for a :py:class:`xbob.learn.mlp.Trainer` object.
All back-propagation-based trainers should inherit from this type as it
......@@ -174,7 +174,7 @@ Trainers
otherwise.
.. cpp:type PyBobLearnBackPropObject
.. cpp:type:: PyBobLearnBackPropObject
The pythonic representation for a :py:class:`xbob.learn.mlp.BackProp` object.
All back-propagation-based trainers should inherit from this type as it
......@@ -205,7 +205,7 @@ Trainers
``0`` otherwise.
.. cpp:type PyBobLearnRPropObject
.. cpp:type:: PyBobLearnRPropObject
The pythonic representation for a :py:class:`xbob.learn.mlp.RProp` object.
All back-propagation-based trainers should inherit from this type as it
......
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