Skip to content

Commit

Permalink
make SOM schema
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisSanchez25 committed Jul 6, 2023
1 parent 5b506e2 commit feed27c
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_classification'
fmt = 'binary'

value: str

0 comments on commit feed27c

Please sign in to comment.