Skip to content

Commit

Permalink
clarified docstring for database.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spanoamara committed Sep 20, 2020
1 parent 9bf55bf commit 1066175
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ def get(protocol, subset, classes=CLASSES, variables=VARIABLES, setname='csh101'
variables (1d-array): list of desired variables (features)
setname (str): name of the dataset to load
Returns:
numpy.ndarray: array of arrays containing the samples corresponding to 1 class in order
numpy.ndarray: array of ordered arrays (of size n_sample x n_features) containing the samples corresponding to
1 class
Raises:
None
"""
Expand Down

0 comments on commit 1066175

Please sign in to comment.