embed_quick¶
Normalise the continuum and embed the spectrum into a 256-d searchable vector. Drop this pipeline on any single spectrum to get a ready-to-index embedding with its provenance recorded on the context.
| Kind | analysis |
| Status | reference - reviewed and adopted as the reference way to make this measurement |
| Version | 1.0.0 |
| Source | bundled |
Variables¶
This recipe declares no variables: it runs as is.
Steps¶
| # | Algorithm | Parameters |
|---|---|---|
| 1 | normalize_polynomial Normalise continuum |
order=3 |
| 2 | embed_spectrum Embed (DCT truncation) |
dim=256, strategy='dct', norm_method='none' |