Skip to content
GitLab
Menu
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
538f533e
Commit
538f533e
authored
Jul 09, 2018
by
Guillaume HEUSCH
Browse files
[algorithm] fixed docstrings in MLP
parent
32411da0
Pipeline
#21740
failed with stage
in 8 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/algorithm/MLP.py
View file @
538f533e
...
...
@@ -56,7 +56,7 @@ class MLP(Algorithm):
Parameters
----------
training_features : :py:
obj
:`list` of :py:class:`numpy.ndarray`
training_features : :py:
class
:`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
.
Attach a 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