Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OrcaSong
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Machine Learning
OrcaSong
Commits
4cdac747
Commit
4cdac747
authored
3 years ago
by
Stefan Reck
Browse files
Options
Downloads
Patches
Plain Diff
docs
parent
ef661d46
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!23
Jagged graph
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/orcasong.rst
+5
-9
5 additions, 9 deletions
docs/orcasong.rst
with
5 additions
and
9 deletions
docs/orcasong.rst
+
5
−
9
View file @
4cdac747
...
...
@@ -105,16 +105,12 @@ like this:
from orcasong.core import FileGraph
The FileGraph produces a list of nodes, each representing a hit.
The length of this list has to be fixed, i.e. be the same for each event.
Since the number of hits varies from event to event, some events will have to get
padded, while others might get hits removed. The parameter ``max_n_hits``
of FileGraph determines this fixed length:
.. code-block:: python
fg = FileGraph(max_n_hits=2000)
fg = FileGraph()
The FileGraph produces a list of nodes, each representing a hit.
Since the number of hits varies from event to event, the hits of all events are saved
in a long list (2d array), and a seperate datasets is saved that can be used
to identify which hits belong to which events.
General usage
-------------
...
...
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