Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Z
zema_emc_annotated
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
M4D
zema_emc_annotated
Commits
925bce66
Verified
Commit
925bce66
authored
2 years ago
by
Björn Ludwig
Browse files
Options
Downloads
Patches
Plain Diff
docs(dataset): improve description of allowed inputs
parent
9d091873
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zema_emc_annotated/dataset.py
+8
-6
8 additions, 6 deletions
src/zema_emc_annotated/dataset.py
with
8 additions
and
6 deletions
src/zema_emc_annotated/dataset.py
+
8
−
6
View file @
925bce66
...
...
@@ -67,14 +67,16 @@ class ZeMASamples:
Parameters
----------
n_samples : int, optional
number of samples each containing size_scaler readings from each of the
eleven sensors with associated uncertainties, defaults to 1
number of samples each containing the first ``size_scaler`` readings from each
of the eleven sensors for one of the cycles with associated uncertainties,
defaults to 1 and must be between 1 and 476
size_scaler : int, optional
number of sensor readings from each of the individual sensors per sample,
defaults to 1
number of sensor readings from each of the individual sensors per sample/cycle,
defaults to 1 and should be between 1 and 2000, as there are only 2000
readings per cycle, higher values will be clipped to 2000
normalize : bool, optional
if ``True``, then
data is
centered around zero and
scaled to unit std,
defaults to False
if ``True``, then
values are
centered around zero and
values and
uncertainties are scaled to values
'
unit std,
defaults to
``
False
``
Attributes
----------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment