Skip to content
Snippets Groups Projects
Commit e03ae9ea authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[algorithm] a nth change to MLP docstrings

parent 538f533e
No related branches found
No related tags found
1 merge request!50Add new classification algorithms
......@@ -56,7 +56,7 @@ class MLP(Algorithm):
Parameters
----------
training_features : :py:class:`list` of :py:class:`numpy.ndarray`
training_features : :any:`list` of :py:class:`numpy.ndarray`
Data used to train the MLP. The real attempts are in training_features[0] and the attacks are in training_features[1]
projector_file : str
Filename where to save the trained model.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment