Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/XENONnT/xedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmosbacher committed Jul 8, 2023
2 parents 710dbe8 + 241e5cb commit c8ce409
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions xedocs/schemas/corrections/som_network.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
"""
Algorithm which uses a pretrained weightcube from the output of a
Self-Organizing Map to classify peaklets as one of several SOM_types,
as well as classifying those types into either an S1 or an S2
"""

from .base_references import BaseResourceReference


class SOMClassifier(BaseResourceReference):
_ALIAS = 'som_classifiers'
fmt = 'binary'

value: str

0 comments on commit c8ce409

Please sign in to comment.