Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
e03ae9ea
Commit
e03ae9ea
authored
Jul 09, 2018
by
Guillaume HEUSCH
Browse files
[algorithm] a nth change to MLP docstrings
parent
538f533e
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/algorithm/MLP.py
View file @
e03ae9ea
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment