Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make SOM schema #92

Merged
merged 3 commits into from
Jul 6, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
LuisSanchez25 marked this conversation as resolved.
Show resolved Hide resolved
fmt = 'binary'

value: str